@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
-
-Added `isScrollable()` to check whether an element has a horizontal or vertical scroll bar
-"@sv443-network/userutils": patch
-Replaced most occurrences of `HTMLElement` in the docs with `Element` for better compatibility
@@ -1,5 +1,15 @@
# @sv443-network/userutils
+## 1.1.0
+
+### Minor Changes
+- db5cded: Added `isScrollable()` to check whether an element has a horizontal or vertical scroll bar
+### Patch Changes
+- 9e26464: Replaced most occurrences of `HTMLElement` in the docs with `Element` for better compatibility
## 1.0.0
### Major Changes
@@ -1,6 +1,6 @@
{
"name": "@sv443-network/userutils",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
"main": "dist/index.js",
"module": "dist/index.mjs",