diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bedad024..07a39da122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.1](https://github.com/streamich/react-use/compare/v5.3.0...v5.3.1) (2019-02-17) + + +### Bug Fixes + +* 🐛 fix typings in useOrientation sensor ([afbacac](https://github.com/streamich/react-use/commit/afbacac)) +* 🐛 fix useSetState after React update ([524abe5](https://github.com/streamich/react-use/commit/524abe5)), closes [#107](https://github.com/streamich/react-use/issues/107) [#107](https://github.com/streamich/react-use/issues/107) +* useOrientation breaks in some devices ([d89bd54](https://github.com/streamich/react-use/commit/d89bd54)) + # [5.3.0](https://github.com/streamich/react-use/compare/v5.2.3...v5.3.0) (2019-02-07) diff --git a/package-lock.json b/package-lock.json index dd0b900b26..55540b4ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2bc3d3ccb..51a81f1c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.3.0", + "version": "5.3.1", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [