chore(release): 2.0.0 [skip ci]

# [2.0.0](https://github.com/streamich/react-use.git/compare/v1.0.0...v2.0.0) (2018-10-28)

### Features

* 🎸 change API for useToggle hook ([#16](https://github.com/streamich/react-use.git/issues/16)) ([5a6da18](https://github.com/streamich/react-use.git/commit/5a6da18))

### BREAKING CHANGES

* useToggle interface changed
This commit is contained in:
semantic-release-bot 2018-10-28 21:25:47 +00:00
parent 5a6da18e8a
commit 692bb0356a
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# [2.0.0](https://github.com/streamich/react-use.git/compare/v1.0.0...v2.0.0) (2018-10-28)
### Features
* 🎸 change API for useToggle hook ([#16](https://github.com/streamich/react-use.git/issues/16)) ([5a6da18](https://github.com/streamich/react-use.git/commit/5a6da18))
### BREAKING CHANGES
* useToggle interface changed
# 1.0.0 (2018-10-28)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "1.7.1",
"version": "2.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
@ -73,4 +73,4 @@
"@semantic-release/git"
]
}
}
}