chore(release): 17.2.4 [skip ci]

## [17.2.4](https://github.com/streamich/react-use/compare/v17.2.3...v17.2.4) (2021-04-23)

### Bug Fixes

* lint issues. ([66b0f23](66b0f23547))
* **useLocalStorage:** reinitialize on key change ([fdd1b23](fdd1b23fd7))
* add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. ([1f547ef](1f547efb12))
* add generic typing to createHTMLMediaHook. no typecheck problem with ref anymore. ([ac4dd78](ac4dd786f4))
This commit is contained in:
semantic-release-bot 2021-04-23 14:16:56 +00:00
parent a4c60e388c
commit 1dd676ab2f
2 changed files with 11 additions and 1 deletions

View File

@ -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)

View File

@ -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",