Skip to content

Commit 53cf6ee

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.0...v3.0.0) (2018-10-29) ### Features * 🎸 accept any value type in useToggle and cast it to bool ([869f767](869f767)) ### BREAKING CHANGES * now useToggle and useBoolean accept any value type and cast it to boolean.
1 parent 9d14427 commit 53cf6ee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29)
2+
3+
4+
### Features
5+
6+
* 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* now useToggle and useBoolean accept any value type and cast it to
12+
boolean.
13+
114
# [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)