Переглянути джерело

chore: create new release

github-actions[bot] 1 рік тому
батько
коміт
d2217a0d11
3 змінених файлів з 7 додано та 6 видалено
  1. 0 5
      .changeset/fresh-pants-argue.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/fresh-pants-argue.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-change bundling process

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 0.5.3
+
+### Patch Changes
+
+- f97dae6: change bundling process
+
 ## 0.5.2
 
 ### Patch Changes

+ 1 - 1
package.json

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