Skip to content

Commit 7556bea

Browse files
chore(release): set package.json to 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2024-03-18) ### Features * **hooks:** adds useAutoId hook ([bdc9f17](bdc9f17)) * **hooks:** adds useSafeLayoutEffect hook ([ceb9093](ceb9093))
1 parent bdc9f17 commit 7556bea

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/feedzai/js-utilities/compare/v1.0.1...v1.1.0) (2024-03-18)
2+
3+
4+
### Features
5+
6+
* **hooks:** adds useAutoId hook ([bdc9f17](https://github.com/feedzai/js-utilities/commit/bdc9f171b617043080de613a6e868ac9b0fd9ffc))
7+
* **hooks:** adds useSafeLayoutEffect hook ([ceb9093](https://github.com/feedzai/js-utilities/commit/ceb9093ad677cee83919dae9b30c42b8546a4048))
8+
19
## [1.0.1](https://github.com/feedzai/js-utilities/compare/v1.0.0...v1.0.1) (2024-03-18)
210

311

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.0.1",
5+
"version": "1.1.0",
66
"license": "MIT",
77
"type": "module",
88
"files": [

0 commit comments

Comments
 (0)