Skip to content

Commit

Permalink
Merge pull request #37 from GetAmbassador/release_1_0_0_rc_1
Browse files Browse the repository at this point in the history
Release 1.0.0-rc.1
  • Loading branch information
Ivan Sugerman committed Mar 22, 2017
2 parents 256399d + a51c0ab commit c38f2fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0-rc.1
###### _March 22, 2017_

- Added post action hooks ([#36](https://github.com/GetAmbassador/redux-clerk/pull/36))
- Rename delete action to remove to avoid reserved word conflicts ([#35](https://github.com/GetAmbassador/redux-clerk/pull/35))

## 0.3.0
###### _March 15, 2017_

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-clerk",
"version": "0.3.0",
"version": "1.0.0-rc.1",
"description": "Redux Clerk handles the async CRUD in your Redux App.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit c38f2fe

Please sign in to comment.