Skip to content

Commit

Permalink
redux-resource-action-creators@1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Dec 10, 2017
1 parent ddf5e9a commit da4b2ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 12/9/17

##### `redux-resource-action-creators@1.0.0`

- This new library that may help you create valid Redux Resource action. For more,
see [the documentation](https://redux-resource.js.org/docs/extras/redux-resource-action-creators.html).

## 12/8/17

Today's updates include features that make it easier to work with
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-resource-action-creators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-resource-action-creators",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"description": "Action creators for creating Redux Resource actions.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit da4b2ef

Please sign in to comment.