diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cf3926..c2397a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.17.0](https://github.com/streamich/react-use/compare/v13.16.1...v13.17.0) (2020-01-15) + + +### Features + +* add support for body lock on iOS ([d778408](https://github.com/streamich/react-use/commit/d7784084fe84aca72efe85260101b00ef1df7580)) + ## [13.16.1](https://github.com/streamich/react-use/compare/v13.16.0...v13.16.1) (2020-01-14) diff --git a/package.json b/package.json index b14283ae..9ec7417f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.16.1", + "version": "13.17.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",