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

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Mar 3, 2018
1 parent 88520b9 commit abfbc3f
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.3 (2018/3/2)

**Bug Fixes**

* Fixes a bug where the `lazy` prop was not always respected. Anytime that a new request key was generated,
a request would be made.

### v2.0.2 (2018/2/21)

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

0 comments on commit abfbc3f

Please sign in to comment.