Skip to content

Commit

Permalink
Merge pull request #60 from Sv443-Network/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 authored Oct 24, 2024
2 parents 6fedf1c + 5720622 commit 3f70f77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-spies-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-pans-approve.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sv443-network/userutils

## 8.1.0

### Minor Changes

- 6296529: Added new DataStoreSerializer methods `loadStoresData()`, `resetStoresData()` and `deleteStoresData()` for parallelized bulk operations on DataStore instances
- b0bce9c: Added DataStore method `migrateId()` to be able to migrate to a new ID

## 8.0.2

### Patch 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.0.2",
"version": "8.1.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 3f70f77

Please sign in to comment.