chore(release): 13.17.0 [skip ci]

# [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](d7784084fe))
This commit is contained in:
semantic-release-bot 2020-01-15 11:15:14 +00:00
parent d7784084fe
commit 2b1bd559d5
2 changed files with 8 additions and 1 deletions

View File

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

View File

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