Skip to content

Commit

Permalink
Merge pull request #17 from Sv443-Network/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 authored Sep 7, 2023
2 parents abb99a5 + 6a1b8f0 commit 88b79bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-buckets-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-toys-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-plants-tell.md

This file was deleted.

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

## 1.0.0

### Major Changes

- a500a98: Added ConfigManager to manage persistent user configurations including data versioning and migration

### Patch Changes

- 6d0a700: Event interceptor can now be toggled at runtime ([#16](https://github.com/Sv443-Network/UserUtils/issues/16))
- d038b21: Global (IIFE) build now comes with a header

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sv443-network/userutils",
"version": "0.5.3",
"version": "1.0.0",
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, modify the DOM more easily and more ",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 88b79bf

Please sign in to comment.