Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanashcraft committed Feb 27, 2017
1 parent 87c172f commit fa765e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.2

- Fix `connectRequest` not retrying failed/cancelled requests on update


## 1.1.1

- Use lodash.includes instead of native Array#includes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-query",
"version": "1.1.1",
"version": "1.1.2",
"description": "A library for querying and managing network state in React/Redux applications",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit fa765e2

Please sign in to comment.