Skip to content

Commit

Permalink
chore(release): set package.json to 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 25, 2024
1 parent 973908d commit d69f495
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.6.0](https://github.com/feedzai/js-utilities/compare/v1.5.0...v1.6.0) (2024-10-25)


### Features

* **clone-valid-element:** added tests and improved jsdocs ([a1dcb82](https://github.com/feedzai/js-utilities/commit/a1dcb8278d532ee9ea122c0962629610b8db8edc))
* **cookies:** added tests and improved jsdoc ([70fde77](https://github.com/feedzai/js-utilities/commit/70fde77e1c6ed887d4cebba6fb5a71f0404193eb))
* **useControlledState:** added tests and improved jsdoc ([e0919d2](https://github.com/feedzai/js-utilities/commit/e0919d254a204b404369f0f9121dc58845d05f29))
* **useEnsuredForwardedRef:** added tests and improved jsdoc and docs ([1dc889a](https://github.com/feedzai/js-utilities/commit/1dc889a5f8673926685047c3bee8afabfa2e644d))
* **usePageVisibility:** added tests ([0d85fcc](https://github.com/feedzai/js-utilities/commit/0d85fcc388931583513304200862ec59f155a2cd))
* **usePermission:** added tests ([ec60743](https://github.com/feedzai/js-utilities/commit/ec60743905fc91c77d7d8bc208b01ce9d03026dd))

# [1.5.0](https://github.com/feedzai/js-utilities/compare/v1.4.2...v1.5.0) (2024-07-23)


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.5.0",
"version": "1.6.0",
"sideEffects": false,
"license": "AGPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit d69f495

Please sign in to comment.