Ver código fonte

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

Sven Fehler 1 ano atrás
pai
commit
c0824a364e
3 arquivos alterados com 7 adições e 6 exclusões
  1. 0 5
      .changeset/grumpy-snakes-care.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/grumpy-snakes-care.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added parameter to switch `debounce()` to trigger on the rising edge, instead of just the falling edge [(see docs)](https://github.com/Sv443-Network/UserUtils#debounce)

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 6.1.0
+
+### Minor Changes
+
+- a11ed77: Added parameter to switch `debounce()` to trigger on the rising edge, instead of just the falling edge [(see docs)](https://github.com/Sv443-Network/UserUtils#debounce)
+
 ## 6.0.1
 
 ### Patch Changes

+ 1 - 1
package.json

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