@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
-
-Added functions `compress` and `decompress` to compress and decompress strings using gzip or deflate
-Added utility types `NonEmptyString` and `LooseUnion`
-"@sv443-network/userutils": patch
-fixed wrong TS type for SelectorObserver options in constructor
-"@sv443-network/userutils": major
-Removed `amplifyMedia` function due to massive inconsistencies in sound quality
@@ -1,5 +1,20 @@
# @sv443-network/userutils
+## 4.0.0
+
+### Major Changes
+- dae5450: Removed `amplifyMedia` function due to massive inconsistencies in sound quality
+### Minor Changes
+- 168c2aa: Added functions `compress` and `decompress` to compress and decompress strings using gzip or deflate
+- 49bc85e: Added utility types `NonEmptyString` and `LooseUnion`
+### Patch Changes
+- 2ae665d: fixed wrong TS type for SelectorObserver options in constructor
## 3.0.0
### Major Changes
@@ -1,6 +1,6 @@
{
"name": "@sv443-network/userutils",
- "version": "3.0.0",
+ "version": "4.0.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",