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