Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2019-11-07)

### Bug Fixes

* **injectSSRHtml:** rule the uncached data out by shouldUseApiCache() ([6702a6c](6702a6c))
  • Loading branch information
semantic-release-bot committed Nov 7, 2019
1 parent 6702a6c commit f38eb4f
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.1](https://github.com/RyanRoll/react-use-api/compare/v2.1.0...v2.1.1) (2019-11-07)


### Bug Fixes

* **injectSSRHtml:** rule the uncached data out by shouldUseApiCache() ([6702a6c](https://github.com/RyanRoll/react-use-api/commit/6702a6c))

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


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

0 comments on commit f38eb4f

Please sign in to comment.