فهرست منبع

Merge pull request #18 from Sv443-Network/changeset-release/main

Sven Fehler 1 سال پیش
والد
کامیت
868959ffa0
4فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 0 5
      .changeset/calm-starfishes-sell.md
  2. 0 5
      .changeset/rude-garlics-impress.md
  3. 10 0
      CHANGELOG.md
  4. 1 1
      package.json

+ 0 - 5
.changeset/calm-starfishes-sell.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `isScrollable()` to check whether an element has a horizontal or vertical scroll bar

+ 0 - 5
.changeset/rude-garlics-impress.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Replaced most occurrences of `HTMLElement` in the docs with `Element` for better compatibility

+ 10 - 0
CHANGELOG.md

@@ -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 - 1
package.json

@@ -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",