Skip to content

Commit 093068d

Browse files
committed
Bump to 2.3.0
1 parent 5fe28e8 commit 093068d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.0
2+
3+
- Add `duration` to `_SUCCESS` and `_FAILURE` redux actions (blazzy [#92](https://github.com/amplitude/redux-query/pull/92))
4+
15
## 2.2.0
26

37
- Store the response headers in the queries state and add a selector (hobbeswalsh [#84](https://github.com/amplitude/redux-query/pull/84))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-query",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A library for querying and managing network state in React/Redux applications",
55
"homepage": "https://github.com/amplitude/redux-query",
66
"main": "dist/commonjs/index.js",
@@ -83,4 +83,4 @@
8383
"superagent-mock": "^3.3.0",
8484
"webpack": "^1.9.6"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)