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

Commit abfbc3f

Browse files
committed
2.0.3
1 parent 88520b9 commit abfbc3f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### v2.0.3 (2018/3/2)
4+
5+
**Bug Fixes**
6+
7+
* Fixes a bug where the `lazy` prop was not always respected. Anytime that a new request key was generated,
8+
a request would be made.
9+
310
### v2.0.2 (2018/2/21)
411

512
**Bug Fixes**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-request",
3-
"version": "2.0.3-beta1",
3+
"version": "2.0.3",
44
"description": "Declarative HTTP requests with React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)