Skip to content

Commit

Permalink
chore(release): 17.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [17.3.2](v17.3.1...v17.3.2) (2021-12-30)

### Bug Fixes

* useMedia SSR hydration bug with defaultState ([#2216](#2216)) ([5c01189](5c01189))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent 5c01189 commit 3685b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [17.3.2](https://github.com/streamich/react-use/compare/v17.3.1...v17.3.2) (2021-12-30)


### Bug Fixes

* useMedia SSR hydration bug with defaultState ([#2216](https://github.com/streamich/react-use/issues/2216)) ([5c01189](https://github.com/streamich/react-use/commit/5c0118941280bb265ca7813afb987f89c8c97a17))

## [17.3.1](https://github.com/streamich/react-use/compare/v17.3.0...v17.3.1) (2021-08-31)


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.3.1",
"version": "17.3.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 3685b75

Please sign in to comment.