Skip to content

Commit

Permalink
Bump to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Dec 6, 2017
1 parent 5fe28e8 commit 093068d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0

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

## 2.2.0

- Store the response headers in the queries state and add a selector (hobbeswalsh [#84](https://github.com/amplitude/redux-query/pull/84))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -83,4 +83,4 @@
"superagent-mock": "^3.3.0",
"webpack": "^1.9.6"
}
}
}

0 comments on commit 093068d

Please sign in to comment.