Ver código fonte

chore: create new release

github-actions[bot] 1 ano atrás
pai
commit
7e9a561375
3 arquivos alterados com 14 adições e 11 exclusões
  1. 0 10
      .changeset/good-mugs-type.md
  2. 13 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 10
.changeset/good-mugs-type.md

@@ -1,10 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Features:
-- add function `amplifyMedia()` to boost the volume of a MediaElement past its default maximum
-- allow all `MutationObserver.observe()` options to be passed to `initOnSelector()`
-
-Fixes:
-- fix `onSelector()` not triggering correctly

+ 13 - 0
CHANGELOG.md

@@ -1,5 +1,18 @@
 # @sv443-network/userutils
 
+## 0.5.0
+
+### Minor Changes
+
+- 54e7905: Features:
+
+  - add function `amplifyMedia()` to boost the volume of a MediaElement past its default maximum
+  - allow all `MutationObserver.observe()` options to be passed to `initOnSelector()`
+
+  Fixes:
+
+  - fix `onSelector()` not triggering correctly
+
 ## 0.4.1
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sv443-network/userutils",
-  "version": "0.4.1",
+  "version": "0.5.0",
   "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, modify the DOM more easily and more ",
   "main": "dist/index.js",
   "module": "dist/index.mjs",