Skip to content

Commit 453b4c4

Browse files
chore(release): set package.json to 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2024-07-08) ### Features * **useAutoId:** Add support for react 18 useId hook ([c15a2ba](c15a2ba))
1 parent c15a2ba commit 453b4c4

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+
# [1.4.0](https://github.com/feedzai/js-utilities/compare/v1.3.0...v1.4.0) (2024-07-08)
2+
3+
4+
### Features
5+
6+
* **useAutoId:** Add support for react 18 useId hook ([c15a2ba](https://github.com/feedzai/js-utilities/commit/c15a2ba6fa3b863776e7b8ac7c9c959bf05e1082))
7+
18
# [1.3.0](https://github.com/feedzai/js-utilities/compare/v1.2.1...v1.3.0) (2024-07-08)
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": "1.3.0",
5+
"version": "1.4.0",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)