Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Apr 20, 2018
1 parent 371f44f commit f9759f9
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,5 +1,12 @@
# Changelog

### v2.0.4 (2018/4/20)

**Bug Fixes**

* Fixes a bug where there could be a cache mismatch when re-rendering the same component
that has a fetch policy configured.

### v2.0.3 (2018/3/2)

**Bug Fixes**
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-request",
"version": "2.0.4-beta.3",
"version": "2.0.4",
"description": "Declarative HTTP requests with React.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit f9759f9

Please sign in to comment.