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

Commit 1a24d6a

Browse files
committed
3.0.1
1 parent 1ffdcef commit 1a24d6a

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+
### v3.0.1 (2018/4/24)
4+
5+
**Bug Fixes**
6+
7+
* Fixes a bug where `isLazy` would sometimes be computed using previous
8+
props rather than the current props.
9+
310
### v3.0.0 (2018/4/24)
411

512
> Although the changes in this release are technically breaking, they are unlikely to

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Declarative HTTP requests with React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)