Ver código fonte

chore: create new release

github-actions[bot] 1 ano atrás
pai
commit
6a1b8f0d19

+ 0 - 5
.changeset/breezy-buckets-hear.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Event interceptor can now be toggled at runtime ([#16](https://github.com/Sv443-Network/UserUtils/issues/16))

+ 0 - 5
.changeset/nervous-toys-deliver.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Global (IIFE) build now comes with a header

+ 0 - 5
.changeset/thick-plants-tell.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": major
----
-
-Added ConfigManager to manage persistent user configurations including data versioning and migration

+ 11 - 0
CHANGELOG.md

@@ -1,5 +1,16 @@
 # @sv443-network/userutils
 
+## 1.0.0
+
+### Major Changes
+
+- a500a98: Added ConfigManager to manage persistent user configurations including data versioning and migration
+
+### Patch Changes
+
+- 6d0a700: Event interceptor can now be toggled at runtime ([#16](https://github.com/Sv443-Network/UserUtils/issues/16))
+- d038b21: Global (IIFE) build now comes with a header
+
 ## 0.5.3
 
 ### Patch Changes

+ 1 - 1
package.json

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