Skip to content

Commit 885bfcf

Browse files
chore(release): set package.json to 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2024-07-08) ### Bug Fixes * **useCustomEventListener:** changed import path from functions to hooks ([fc216cb](fc216cb))
1 parent 006d4c9 commit 885bfcf

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.2](https://github.com/feedzai/js-utilities/compare/v1.4.1...v1.4.2) (2024-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **useCustomEventListener:** changed import path from functions to hooks ([fc216cb](https://github.com/feedzai/js-utilities/commit/fc216cb1bbdaaba9c4e9802a1934acd5865a164e))
7+
18
## [1.4.1](https://github.com/feedzai/js-utilities/compare/v1.4.0...v1.4.1) (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.4.1",
5+
"version": "1.4.2",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)