@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
-
-`randomizeArray` now returns a copy if an empty array is passed as well
-"@sv443-network/userutils": minor
-Added SelectorObserver options `disableOnNoListeners` and `enableOnAddListener`
-`addGlobalStyle` now returns the created style element
-`fetchAdvanced` is now a drop-in replacement and timeout can now optionally be disabled
@@ -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,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",