Skip to content

Commit

Permalink
chore(release): 17.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.6.0](v17.5.1...v17.6.0) (2024-12-09)

### Features

* add onChange callback to useWindowSize ([ea656f7](ea656f7))
* add onChange callback to useWindowSize ([3eb531a](3eb531a))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 7602956 commit ad33f76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ad33f76

Please sign in to comment.