From 7b1ab1923a1d30c7c82b856ce17c90eeda6ee0f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jul 2024 13:41:14 +0000 Subject: [PATCH] chore(release): 17.5.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [17.5.1](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) (2024-07-20) ### Bug Fixes * 🐛 bump nano-css dependency ([adfb337](https://github.com/streamich/react-use/commit/adfb337d5b11427798afc5a21c6ebdaa76212182)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ec13dfbe..c4c78586f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.5.1](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) (2024-07-20) + + +### Bug Fixes + +* 🐛 bump nano-css dependency ([adfb337](https://github.com/streamich/react-use/commit/adfb337d5b11427798afc5a21c6ebdaa76212182)) + # [17.5.0](https://github.com/streamich/react-use/compare/v17.4.4...v17.5.0) (2024-01-22) diff --git a/package.json b/package.json index dc645f17cc..207962a7eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.5.0", + "version": "17.5.1", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",