Skip to content

Commit 9e94c0d

Browse files
chore(release): set package.json to 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2025-06-07) ### Features * **useAutoId:** removed colons from react generated id ([967908b](967908b))
1 parent 967908b commit 9e94c0d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/feedzai/js-utilities/compare/v2.2.0...v2.3.0) (2025-06-07)
2+
3+
4+
### Features
5+
6+
* **useAutoId:** removed colons from react generated id ([967908b](https://github.com/feedzai/js-utilities/commit/967908baca397b35969eca1b5b10ad339f4b79fb))
7+
18
# [2.2.0](https://github.com/feedzai/js-utilities/compare/v2.1.0...v2.2.0) (2025-06-04)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@feedzai/js-utilities",
33
"description": "A collection of common javascript utilities for web projects",
44
"private": false,
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)