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] authored and Sv443 committed Dec 22, 2024
1 parent 65af455 commit 6a1422c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-badgers-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-jobs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-suns-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-baboons-shout.md

This file was deleted.

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

## 8.4.0

### Minor Changes

- e10d629: Added function `digitCount()` to calculate the amount of digits in the passed number
- 949877a: Added support for nested objects in translations (e.g. `tr("foo.bar.baz")`)
- 52d392a: Added `ValueGen` and `StringGen` types with accompanying `consumeGen()` and `consumeStringGen()` functions to allow for super flexible typing and declaration of values
- bbce0e1: Added overload to `clamp()` without `min` parameter

## 8.3.3

### 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.3.3",
"version": "8.4.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 6a1422c

Please sign in to comment.