Skip to content

Commit

Permalink
chore: create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent 9ca73e2 commit 6db4739
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-keys-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-bananas-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-pens-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-countries-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-chefs-agree.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6db4739

Please sign in to comment.