Skip to content

Commit

Permalink
Merge pull request #420 from jamesplease/3.0.4
Browse files Browse the repository at this point in the history
redux-resource@3.0.4
  • Loading branch information
jamesplease authored Aug 1, 2018
2 parents 8ebdf41 + 178b220 commit 0d173db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 7/31/18

##### `redux-resource@3.0.4`

**Bug Fixes**

- Fixes an issue where the `DELETE_RESOURCES` action type could log an invalid warning message
to the console in certain situations.

## 4/26/18

##### `redux-resource@3.0.3`
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-resource",
"version": "3.0.3",
"version": "3.0.4",
"description": "Resource management for Redux.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 0d173db

Please sign in to comment.