Skip to content

Commit d69f495

Browse files
chore(release): set package.json to 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2024-10-25) ### Features * **clone-valid-element:** added tests and improved jsdocs ([a1dcb82](a1dcb82)) * **cookies:** added tests and improved jsdoc ([70fde77](70fde77)) * **useControlledState:** added tests and improved jsdoc ([e0919d2](e0919d2)) * **useEnsuredForwardedRef:** added tests and improved jsdoc and docs ([1dc889a](1dc889a)) * **usePageVisibility:** added tests ([0d85fcc](0d85fcc)) * **usePermission:** added tests ([ec60743](ec60743))
1 parent 973908d commit d69f495

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.6.0](https://github.com/feedzai/js-utilities/compare/v1.5.0...v1.6.0) (2024-10-25)
2+
3+
4+
### Features
5+
6+
* **clone-valid-element:** added tests and improved jsdocs ([a1dcb82](https://github.com/feedzai/js-utilities/commit/a1dcb8278d532ee9ea122c0962629610b8db8edc))
7+
* **cookies:** added tests and improved jsdoc ([70fde77](https://github.com/feedzai/js-utilities/commit/70fde77e1c6ed887d4cebba6fb5a71f0404193eb))
8+
* **useControlledState:** added tests and improved jsdoc ([e0919d2](https://github.com/feedzai/js-utilities/commit/e0919d254a204b404369f0f9121dc58845d05f29))
9+
* **useEnsuredForwardedRef:** added tests and improved jsdoc and docs ([1dc889a](https://github.com/feedzai/js-utilities/commit/1dc889a5f8673926685047c3bee8afabfa2e644d))
10+
* **usePageVisibility:** added tests ([0d85fcc](https://github.com/feedzai/js-utilities/commit/0d85fcc388931583513304200862ec59f155a2cd))
11+
* **usePermission:** added tests ([ec60743](https://github.com/feedzai/js-utilities/commit/ec60743905fc91c77d7d8bc208b01ce9d03026dd))
12+
113
# [1.5.0](https://github.com/feedzai/js-utilities/compare/v1.4.2...v1.5.0) (2024-07-23)
214

315

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

0 commit comments

Comments
 (0)