We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb0628 commit beccef2Copy full SHA for beccef2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.3.1
2
+
3
+- Support redux v4 (karevn [#103](https://github.com/amplitude/redux-query/pull/103))
4
5
## 2.3.0
6
7
- Add `duration` to `_SUCCESS` and `_FAILURE` redux actions (blazzy [#92](https://github.com/amplitude/redux-query/pull/92))
package.json
@@ -1,6 +1,6 @@
{
"name": "redux-query",
- "version": "2.3.0",
+ "version": "2.3.1",
"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",
0 commit comments