ソースを参照

chore: create new release

github-actions[bot] 7 ヶ月 前
コミット
3388c91525
3 ファイル変更7 行追加6 行削除
  1. 0 5
      .changeset/slow-ants-rush.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/slow-ants-rush.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed dev-only TypeScript shims being included in the final bundle

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 7.2.1
+
+### Patch Changes
+
+- e00d4d9: Fixed dev-only TypeScript shims being included in the final bundle
+
 ## 7.2.0
 
 ### Minor Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "7.2.0",
+  "version": "7.2.1",
   "description": "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 more",
   "main": "dist/index.js",
   "module": "dist/index.mjs",