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

chore: create new release

github-actions[bot] 1 місяць тому
батько
коміт
d2b55a28cd
3 змінених файлів з 7 додано та 6 видалено
  1. 0 5
      .changeset/thin-pumpkins-invite.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/thin-pumpkins-invite.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed TS type for `DataStoreSerializer.serialize()`

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 9.2.1
+
+### Patch Changes
+
+- 24dad2b: Fixed TS type for `DataStoreSerializer.serialize()`
+
 ## 9.2.0
 
 ### Minor Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "9.2.0",
+  "version": "9.2.1",
   "description": "General purpose DOM/GreaseMonkey library that allows you to 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",