Skip to content

Commit

Permalink
chore(release): 10.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.7.0](v10.6.4...v10.7.0) (2019-08-19)

### Features

* ๐ŸŽธ add useUpsert ([6875e13](6875e13))
* ๐ŸŽธ export useUpsert from index ([3eda2b2](3eda2b2))
* add useUpsert ([a7c2899](a7c2899))
  • Loading branch information
semantic-release-bot committed Aug 19, 2019
1 parent a7c2899 commit da1f007
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [10.7.0](https://github.com/streamich/react-use/compare/v10.6.4...v10.7.0) (2019-08-19)


### Features

* ๐ŸŽธ add useUpsert ([6875e13](https://github.com/streamich/react-use/commit/6875e13))
* ๐ŸŽธ export useUpsert from index ([3eda2b2](https://github.com/streamich/react-use/commit/3eda2b2))
* add useUpsert ([a7c2899](https://github.com/streamich/react-use/commit/a7c2899))

## [10.6.4](https://github.com/streamich/react-use/compare/v10.6.3...v10.6.4) (2019-08-19)


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": "10.6.4",
"version": "10.7.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit da1f007

Please sign in to comment.