Forráskód Böngészése

chore: create new release

github-actions[bot] 5 hónapja
szülő
commit
6db47395f0

+ 0 - 5
.changeset/cyan-keys-destroy.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added overload to `mapRange()` that only needs both `max` values and assumes 0 for both `min` values

+ 0 - 5
.changeset/fast-bananas-taste.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added utility type `Prettify` to make complex types more readable

+ 0 - 5
.changeset/many-pens-occur.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `randomCase` parameter to the function `randomId()` (true by default)

+ 0 - 5
.changeset/sharp-countries-hunt.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added property `migrateIds` to the constructor of `DataStore` for easier ID migration

+ 0 - 5
.changeset/shiny-chefs-agree.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `enhancedEntropy` parameter to the function `randRange()` (false by default)

+ 10 - 0
CHANGELOG.md

@@ -1,5 +1,15 @@
 # @sv443-network/userutils
 
+## 8.2.0
+
+### Minor Changes
+
+- 3fe8b25: Added overload to `mapRange()` that only needs both `max` values and assumes 0 for both `min` values
+- d7e8a31: Added utility type `Prettify` to make complex types more readable
+- 8ec2010: Added `randomCase` parameter to the function `randomId()` (true by default)
+- d9a36d5: Added property `migrateIds` to the constructor of `DataStore` for easier ID migration
+- b2f757e: Added `enhancedEntropy` parameter to the function `randRange()` (false by default)
+
 ## 8.1.0
 
 ### Minor Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "8.1.0",
+  "version": "8.2.0",
   "description": "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 more",
   "main": "dist/index.js",
   "module": "dist/index.js",