Skip to content

Commit 692bb03

Browse files
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
1 parent 5a6da18 commit 692bb03

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/streamich/react-use.git/compare/v1.0.0...v2.0.0) (2018-10-28)
2+
3+
4+
### Features
5+
6+
* 🎸 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* useToggle interface changed
12+
113
# 1.0.0 (2018-10-28)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "1.7.1",
3+
"version": "2.0.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [
@@ -73,4 +73,4 @@
7373
"@semantic-release/git"
7474
]
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)