We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe28e8 commit 093068dCopy full SHA for 093068d
CHANGELOG.md
@@ -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
5
## 2.2.0
6
7
- Store the response headers in the queries state and add a selector (hobbeswalsh [#84](https://github.com/amplitude/redux-query/pull/84))
package.json
@@ -1,6 +1,6 @@
{
"name": "redux-query",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "A library for querying and managing network state in React/Redux applications",
"homepage": "https://github.com/amplitude/redux-query",
"main": "dist/commonjs/index.js",
@@ -83,4 +83,4 @@
83
"superagent-mock": "^3.3.0",
84
"webpack": "^1.9.6"
85
}
86
-}
+}
0 commit comments