Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2019-09-28)

### Features

* **useApi:** add shouldUseApiCache to enable/disable the particular requests ([8ee5e0e](8ee5e0e))
  • Loading branch information
semantic-release-bot committed Sep 28, 2019
1 parent 8ee5e0e commit 0919c63
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 @@
# [2.1.0](https://github.com/RyanRoll/react-use-api/compare/v2.0.0...v2.1.0) (2019-09-28)


### Features

* **useApi:** add shouldUseApiCache to enable/disable the particular requests ([8ee5e0e](https://github.com/RyanRoll/react-use-api/commit/8ee5e0e))

# [2.0.0](https://github.com/RyanRoll/react-use-api/compare/v1.1.0...v2.0.0) (2019-09-23)


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-api",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 0919c63

Please sign in to comment.