Ver código fonte

Version Packages

github-actions[bot] 1 ano atrás
pai
commit
174d7280f5
3 arquivos alterados com 7 adições e 6 exclusões
  1. 0 5
      .changeset/small-hotels-float.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/small-hotels-float.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-add onSelector() to call a listener once a selector is found in the DOM

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 0.2.0
+
+### Minor Changes
+
+- 0cf2254: add onSelector() to call a listener once a selector is found in the DOM
+
 ## 0.1.1
 
 ### Patch Changes

+ 1 - 1
package.json

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