Sfoglia il codice sorgente

Merge pull request #20 from Sv443-Network/changeset-release/main

Sven Fehler 1 anno fa
parent
commit
824e7244cd
3 ha cambiato i file con 7 aggiunte e 6 eliminazioni
  1. 0 5
      .changeset/new-swans-hang.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/new-swans-hang.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Export ConfigMigrationsDict for easier use with TypeScript

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 1.1.2
+
+### Patch Changes
+
+- 049aeb0: Export ConfigMigrationsDict for easier use with TypeScript
+
 ## 1.1.1
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sv443-network/userutils",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
   "main": "dist/index.js",
   "module": "dist/index.mjs",