Skip to content

Commit

Permalink
Merge pull request #26 from GetAmbassador/release_v0_2_5
Browse files Browse the repository at this point in the history
Release v0.2.5
  • Loading branch information
Ivan Sugerman authored Jan 3, 2017
2 parents 2487789 + 229d790 commit dcdd1fd
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 @@
## 0.2.5
###### _January 3, 2017_

- Return Map instead of List for empty dataset ([#25](https://github.com/GetAmbassador/redux-clerk/pull/25))
- Ensure data is properly converted between actions and reducers ([#24](https://github.com/GetAmbassador/redux-clerk/pull/24))

## 0.2.4
###### _December 15, 2016_

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

0 comments on commit dcdd1fd

Please sign in to comment.