Skip to content

Commit

Permalink
chore(release): 17.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [17.2.4](v17.2.3...v17.2.4) (2021-04-23)

### Bug Fixes

* lint issues. ([66b0f23](66b0f23))
* **useLocalStorage:** reinitialize on key change ([fdd1b23](fdd1b23))
* add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. ([1f547ef](1f547ef))
* add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. ([ac4dd78](ac4dd78))
  • Loading branch information
semantic-release-bot committed Apr 23, 2021
1 parent a4c60e3 commit 1dd676a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [17.2.4](https://github.com/streamich/react-use/compare/v17.2.3...v17.2.4) (2021-04-23)


### Bug Fixes

* lint issues. ([66b0f23](https://github.com/streamich/react-use/commit/66b0f235477c5f93807df75a53a84b3c5cd053e5))
* **useLocalStorage:** reinitialize on key change ([fdd1b23](https://github.com/streamich/react-use/commit/fdd1b23fd7ba6ae30139eeef02c552a8c7d6d333))
* add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. ([1f547ef](https://github.com/streamich/react-use/commit/1f547efb12d6cbe7687e86925ad80bd85fac3dfd))
* add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. ([ac4dd78](https://github.com/streamich/react-use/commit/ac4dd786f42a2c59bdaaf9ddebe2e830982d7fcc))

## [17.2.3](https://github.com/streamich/react-use/compare/v17.2.2...v17.2.3) (2021-04-06)


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

0 comments on commit 1dd676a

Please sign in to comment.