Skip to content

Commit

Permalink
chore(release): set package.json to 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2024-07-08)

### Features

* **useAutoId:** Add support for react 18 useId hook ([c15a2ba](c15a2ba))
  • Loading branch information
semantic-release-bot committed Jul 8, 2024
1 parent c15a2ba commit 453b4c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.4.0](https://github.com/feedzai/js-utilities/compare/v1.3.0...v1.4.0) (2024-07-08)


### Features

* **useAutoId:** Add support for react 18 useId hook ([c15a2ba](https://github.com/feedzai/js-utilities/commit/c15a2ba6fa3b863776e7b8ac7c9c959bf05e1082))

# [1.3.0](https://github.com/feedzai/js-utilities/compare/v1.2.1...v1.3.0) (2024-07-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@feedzai/js-utilities",
"description": "A collection of common javascript utilities for web projects",
"private": false,
"version": "1.3.0",
"version": "1.4.0",
"sideEffects": false,
"license": "AGPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit 453b4c4

Please sign in to comment.