From d69f495822d43f53bd46c50f395bdaaf7d683de1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 23:53:05 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.6.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cd9b8..3faf212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 6f3724b..dfa2f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@feedzai/js-utilities", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@feedzai/js-utilities", - "version": "1.5.0", + "version": "1.6.0", "license": "AGPL-3.0-only", "devDependencies": { "@cypress/code-coverage": "^3.13.4", diff --git a/package.json b/package.json index e4b7fcd..cf4dd9c 100644 --- a/package.json +++ b/package.json @@ -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",