Skip to content

Commit

Permalink
Merge pull request #22 from Sv443-Network/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 authored Sep 21, 2023
2 parents f9d0d44 + fa2a7ad commit e2f8129
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-geese-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-pens-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-cups-press.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- 84b37f1: Added utility type Stringifiable to describe a string or any value that can be converted to one
- 142c5e2: Added function insertValues() to insert values into a string with placeholders
- 16ce257: Added lightweight translation system

## 1.1.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": "1.1.3",
"version": "1.2.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",
Expand Down

0 comments on commit e2f8129

Please sign in to comment.