Bläddra i källkod

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

Sven Fehler 1 år sedan
förälder
incheckning
f223ee2c3a

+ 0 - 5
.changeset/cuddly-geckos-battle.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-`randomizeArray` now returns a copy if an empty array is passed as well

+ 0 - 5
.changeset/fresh-pants-glow.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added SelectorObserver options `disableOnNoListeners` and `enableOnAddListener`

+ 0 - 5
.changeset/mean-elephants-pull.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-`addGlobalStyle` now returns the created style element

+ 0 - 5
.changeset/smooth-suits-cheat.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-`fetchAdvanced` is now a drop-in replacement and timeout can now optionally be disabled

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # @sv443-network/userutils
 
+## 4.2.0
+
+### Minor Changes
+
+- 47639f0: Added SelectorObserver options `disableOnNoListeners` and `enableOnAddListener`
+- 4a58caa: `addGlobalStyle` now returns the created style element
+- 5038967: `fetchAdvanced` is now a drop-in replacement and timeout can now optionally be disabled
+
+### Patch Changes
+
+- 17a6ad5: `randomizeArray` now returns a copy if an empty array is passed as well
+
 ## 4.1.0
 
 ### Minor Changes

+ 1 - 1
package.json

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