Ver código fonte

chore: create new release

github-actions[bot] 1 ano atrás
pai
commit
393b568f56
3 arquivos alterados com 7 adições e 6 exclusões
  1. 0 5
      .changeset/new-badgers-join.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/new-badgers-join.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-`ConfigManager.loadData()` now returns a copy of the data

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 5.0.1
+
+### Patch Changes
+
+- 2b885c3: `ConfigManager.loadData()` now returns a copy of the data
+
 ## 5.0.0
 
 ### Major Changes

+ 1 - 1
package.json

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