chore(release): 17.6.0 [skip ci]

# [17.6.0](https://github.com/streamich/react-use/compare/v17.5.1...v17.6.0) (2024-12-09)

### Features

* add onChange callback to useWindowSize ([ea656f7](ea656f7e75))
* add onChange callback to useWindowSize ([3eb531a](3eb531ac9e))
This commit is contained in:
semantic-release-bot 2024-12-09 18:57:29 +00:00
parent 7602956c31
commit ad33f76dff
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# [17.6.0](https://github.com/streamich/react-use/compare/v17.5.1...v17.6.0) (2024-12-09)
### Features
* add onChange callback to useWindowSize ([ea656f7](https://github.com/streamich/react-use/commit/ea656f7e751b8366360ce2aa8238057bbbc1251a))
* add onChange callback to useWindowSize ([3eb531a](https://github.com/streamich/react-use/commit/3eb531ac9e9e04641df29aafbd2677869cdcb085))
## [17.5.1](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) (2024-07-20)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "17.5.1",
"version": "17.6.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",