Skip to content

Commit 6f86b9e

Browse files
chore(release): 4.9.0 [skip ci]
# [4.9.0](v4.8.0...v4.9.0) (2018-11-06) ### Features * add useSessionStorage hook ([eca432a](eca432a)) * add useWait hook ([61c6058](61c6058))
1 parent e624471 commit 6f86b9e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.9.0](https://github.com/streamich/react-use/compare/v4.8.0...v4.9.0) (2018-11-06)
2+
3+
4+
### Features
5+
6+
* add useSessionStorage hook ([eca432a](https://github.com/streamich/react-use/commit/eca432a))
7+
* add useWait hook ([61c6058](https://github.com/streamich/react-use/commit/61c6058))
8+
19
# [4.8.0](https://github.com/streamich/react-use/compare/v4.7.0...v4.8.0) (2018-11-02)
210

311

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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": "4.8.0",
3+
"version": "4.9.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
Β (0)