github-actions[bot] 3 месяцев назад
Родитель
Сommit
35b10d458c
4 измененных файлов с 8 добавлено и 11 удалено
  1. 0 5
      .changeset/large-kings-fetch.md
  2. 0 5
      .changeset/red-bobcats-deny.md
  3. 7 0
      CHANGELOG.md
  4. 1 1
      package.json

+ 0 - 5
.changeset/large-kings-fetch.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed `Debouncer` TS types as to not break backwards compat

+ 0 - 5
.changeset/red-bobcats-deny.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed broken ambiguity of DataStore's migration function type

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # @sv443-network/userutils
 
+## 9.0.3
+
+### Patch Changes
+
+- e3f1e6a: Fixed `Debouncer` TS types as to not break backwards compat
+- 5861bb4: Fixed broken ambiguity of DataStore's migration function type
+
 ## 9.0.2
 
 ### Patch Changes

+ 1 - 1
package.json

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