diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ec6002..acc347ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.4.2](https://github.com/streamich/react-use/compare/v17.4.1...v17.4.2) (2023-12-01) + + +### Bug Fixes + +* correct peer dependencies ([d770587](https://github.com/streamich/react-use/commit/d77058729654397b68b251e8211bf0edc0b4ed50)) + ## [17.4.1](https://github.com/streamich/react-use/compare/v17.4.0...v17.4.1) (2023-11-28) diff --git a/package.json b/package.json index 36483e07..0cefd7db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.4.1", + "version": "17.4.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",