Explorar o código

chore: create new release

github-actions[bot] hai 3 meses
pai
achega
0887b2138c
Modificáronse 3 ficheiros con 7 adicións e 6 borrados
  1. 0 5
      .changeset/friendly-melons-smile.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/friendly-melons-smile.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed wrong readme being included in JSR package and added `@module` comments

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 9.0.2
+
+### Patch Changes
+
+- 69c4dd1: Fixed wrong readme being included in JSR package and added `@module` comments
+
 ## 9.0.1
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "9.0.1",
+  "version": "9.0.2",
   "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",