diff --git a/CHANGELOG.md b/CHANGELOG.md index eca9ec4c..59dbdaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.4.4](https://github.com/streamich/react-use/compare/v17.4.3...v17.4.4) (2024-01-21) + + +### Bug Fixes + +* typo in example ([0534648](https://github.com/streamich/react-use/commit/05346481a15a321b13838eead0bda3024b0d163f)) + ## [17.4.3](https://github.com/streamich/react-use/compare/v17.4.2...v17.4.3) (2024-01-13) diff --git a/package.json b/package.json index 12dfd553..066b6711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.4.3", + "version": "17.4.4", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",