Skip to content

Commit b9cf18b

Browse files
chore(release): set package.json to 1.5.0 [skip ci]
# [1.5.0](v1.4.2...v1.5.0) (2024-07-23) ### Bug Fixes * **at:** improved types ([0ef9282](0ef9282)) * **get:** improved types ([f2af975](f2af975)) * **getValue:** improved types ([dc12a95](dc12a95)) ### Features * **useIntersection:** adds new hook ([b7b8a32](b7b8a32))
1 parent b7b8a32 commit b9cf18b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.5.0](https://github.com/feedzai/js-utilities/compare/v1.4.2...v1.5.0) (2024-07-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **at:** improved types ([0ef9282](https://github.com/feedzai/js-utilities/commit/0ef92820632af28f81ce3fcdfffdbc0ee24eb604))
7+
* **get:** improved types ([f2af975](https://github.com/feedzai/js-utilities/commit/f2af97560cb74f9a214bac1bda359a5004025147))
8+
* **getValue:** improved types ([dc12a95](https://github.com/feedzai/js-utilities/commit/dc12a95e4eea1eacf92b78e404edf28c59c840cb))
9+
10+
11+
### Features
12+
13+
* **useIntersection:** adds new hook ([b7b8a32](https://github.com/feedzai/js-utilities/commit/b7b8a32162f5b1877f4d9385f5ed50d07ec63745))
14+
115
## [1.4.2](https://github.com/feedzai/js-utilities/compare/v1.4.1...v1.4.2) (2024-07-08)
216

317

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.2",
5+
"version": "1.5.0",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)