Skip to content

Commit beccef2

Browse files
committed
Bump to 2.3.1
1 parent 3bb0628 commit beccef2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1
2+
3+
- Support redux v4 (karevn [#103](https://github.com/amplitude/redux-query/pull/103))
4+
15
## 2.3.0
26

37
- Add `duration` to `_SUCCESS` and `_FAILURE` redux actions (blazzy [#92](https://github.com/amplitude/redux-query/pull/92))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-query",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
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",

0 commit comments

Comments
 (0)