Skip to content

Commit

Permalink
chore(release): 13.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.11.0](v13.10.2...v13.11.0) (2019-12-08)

### Features

* 🎸 add useUnmountPromise hook ([01421bc](01421bc))
  • Loading branch information
semantic-release-bot committed Dec 8, 2019
1 parent 6aa9984 commit 8cc2161
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [13.11.0](https://github.com/streamich/react-use/compare/v13.10.2...v13.11.0) (2019-12-08)


### Features

* 🎸 add useUnmountPromise hook ([01421bc](https://github.com/streamich/react-use/commit/01421bc634b941044e95c611f37eb87339486241))

## [13.10.2](https://github.com/streamich/react-use/compare/v13.10.1...v13.10.2) (2019-12-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "13.10.2",
"version": "13.11.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 8cc2161

Please sign in to comment.