Ver código fonte

chore: create new release

github-actions[bot] 1 ano atrás
pai
commit
61c2c0fd36
3 arquivos alterados com 7 adições e 6 exclusões
  1. 0 5
      .changeset/tricky-keys-change.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/tricky-keys-change.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Add property to change the debounce edge in `SelectorObserver` instances

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 6.2.0
+
+### Minor Changes
+
+- 0173235: Add property to change the debounce edge in `SelectorObserver` instances
+
 ## 6.1.0
 
 ### Minor Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "6.1.0",
+  "version": "6.2.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",