Sfoglia il codice sorgente

chore: create new release

github-actions[bot] 3 mesi fa
parent
commit
3768ef2c86
3 ha cambiato i file con 7 aggiunte e 6 eliminazioni
  1. 0 5
      .changeset/fifty-news-draw.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/fifty-news-draw.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fix broken percent transform (`tr.transforms.percent`)

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 9.0.4
+
+### Patch Changes
+
+- 858c948: Fix broken percent transform (`tr.transforms.percent`)
+
 ## 9.0.3
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "9.0.3",
+  "version": "9.0.4",
   "description": "Lightweight library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more",
   "main": "dist/index.js",
   "module": "dist/index.js",