Explorar el Código

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

Sven Fehler hace 1 año
padre
commit
365cf18208
Se han modificado 3 ficheros con 10 adiciones y 9 borrados
  1. 0 8
      .changeset/curvy-jokes-laugh.md
  2. 9 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 8
.changeset/curvy-jokes-laugh.md

@@ -1,8 +0,0 @@
----
-"@sv443-network/userutils": major
----
-
-Added compression to `amplifyMedia()` to prevent audio clipping and distortion and modified return type accordingly:  
-- Renamed: `amplify()` to `setGain()` and `getAmpLevel()` to `getGain()`  
-- Added properties: `enable()`, `disable()`, `setLimiterOptions()` and `limiterNode`  
-- Other changes: Amplification is no longer enabled automatically, `enable()` must now be called manually after initializing

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 # @sv443-network/userutils
 
+## 2.0.0
+
+### Major Changes
+
+- b53a946: Added compression to `amplifyMedia()` to prevent audio clipping and distortion and modified return type accordingly:
+  - Renamed: `amplify()` to `setGain()` and `getAmpLevel()` to `getGain()`
+  - Added properties: `enable()`, `disable()`, `setLimiterOptions()` and `limiterNode`
+  - Other changes: Amplification is no longer enabled automatically, `enable()` must now be called manually after initializing
+
 ## 1.2.0
 
 ### Minor Changes

+ 1 - 1
package.json

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