Quellcode durchsuchen

chore: create new release

github-actions[bot] vor 1 Jahr
Ursprung
Commit
3d0b3f2fa6

+ 0 - 5
.changeset/breezy-pears-help.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added function `getSiblingsFrame()` that returns a frame of an element's siblings, with a given alignment and size

+ 0 - 8
.changeset/breezy-pumpkins-march.md

@@ -1,8 +0,0 @@
----
-"@sv443-network/userutils": major
----
-
-Renamed `ConfigManager` to `DataStore` to make its implied purpose as a generic JSON database more clear.
-- the constructor property `defaultConfig` is now called `defaultData`
-- `deleteConfig()` is now called `deleteData()`
-- the internal GM storage keys will still have the prefix `_uucfg` for backwards compatibility

+ 0 - 5
.changeset/quiet-cobras-float.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Lowered the `Error.stackTraceLimit` by a multiple of 10 to preserve memory

+ 17 - 0
CHANGELOG.md

@@ -1,5 +1,22 @@
 # @sv443-network/userutils
 
+## 6.0.0
+
+### Major Changes
+
+- e921593: Renamed `ConfigManager` to `DataStore` to make its implied purpose as a generic JSON database more clear.
+  - the constructor property `defaultConfig` is now called `defaultData`
+  - `deleteConfig()` is now called `deleteData()`
+  - the internal GM storage keys will still have the prefix `_uucfg` for backwards compatibility
+
+### Minor Changes
+
+- da679c6: Added function `getSiblingsFrame()` that returns a frame of an element's siblings, with a given alignment and size
+
+### Patch Changes
+
+- 0c716a6: Lowered the `Error.stackTraceLimit` by a multiple of 10 to preserve memory
+
 ## 5.0.1
 
 ### Patch Changes

+ 1 - 1
package.json

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