Ver código fonte

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

Sven Fehler 1 ano atrás
pai
commit
60b583fff8
4 arquivos alterados com 11 adições e 11 exclusões
  1. 0 5
      .changeset/fast-tomatoes-travel.md
  2. 0 5
      .changeset/happy-humans-tell.md
  3. 10 0
      CHANGELOG.md
  4. 1 1
      package.json

+ 0 - 5
.changeset/fast-tomatoes-travel.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": major
----
-
-`compress()` now uses the same value "string" (unlike previously "base64") for the outputType parameter like `decompress()`

+ 0 - 5
.changeset/happy-humans-tell.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `encodeData()` and `decodeData()` to the ConfigManager options to allow for easy data compression

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # @sv443-network/userutils
 
+## 5.0.0
+
+### Major Changes
+
+- c980ff3: `compress()` now uses the same value "string" (unlike previously "base64") for the outputType parameter like `decompress()`
+
+### Minor Changes
+
+- ca1b596: Added `encodeData()` and `decodeData()` to the ConfigManager options to allow for easy data compression
+
 ## 4.2.1
 
 ### Patch Changes

+ 1 - 1
package.json

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