diff --git a/.changeset/curvy-jokes-laugh.md b/.changeset/curvy-jokes-laugh.md deleted file mode 100644 index e266f95..0000000 --- a/.changeset/curvy-jokes-laugh.md +++ /dev/null @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8ee97..5a226f9 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 7ba89a6..89bf90a 100644 --- a/package.json +++ b/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",