瀏覽代碼

chore: create new release

github-actions[bot] 1 年之前
父節點
當前提交
b7f9efea7e
共有 3 個文件被更改,包括 7 次插入6 次删除
  1. 0 5
      .changeset/famous-houses-clap.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/famous-houses-clap.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added function `observeElementProp` to allow observing element property changes

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 4.1.0
+
+### Minor Changes
+
+- 885323d: Added function `observeElementProp` to allow observing element property changes
+
 ## 4.0.0
 
 ### Major Changes

+ 1 - 1
package.json

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