Browse Source

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

Sven Fehler 1 năm trước cách đây
mục cha
commit
fa51d701f1

+ 0 - 5
.changeset/eleven-tomatoes-invite.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added functions `compress` and `decompress` to compress and decompress strings using gzip or deflate

+ 0 - 5
.changeset/funny-fans-develop.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added utility types `NonEmptyString` and `LooseUnion`

+ 0 - 5
.changeset/purple-carpets-kiss.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-fixed wrong TS type for SelectorObserver options in constructor

+ 0 - 5
.changeset/weak-dolphins-tickle.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": major
----
-
-Removed `amplifyMedia` function due to massive inconsistencies in sound quality

+ 15 - 0
CHANGELOG.md

@@ -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 - 1
package.json

@@ -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",