Skip to content

Commit 569a219

Browse files
committed
release 1.0.1
1 parent 657ee3c commit 569a219

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1 (October 3, 2016)
2+
### Bugfixes
3+
- Remove typings from postinstall ([657ee3c](https://github.com/olegman/redux-actions-helpers/commit/657ee3cbbb53f8ad807c90752a71c3f354450eac))
4+
15
## 1.0.0 (September 29, 2016)
26
### Breaking changes
37
- Second argument of handleActions is now accepts options object instead of initialState (defaultState), so you need to pass initialState in that object, like this { initialState } this was affected by [adding warning for unknown action](https://github.com/olegman/redux-actions-helpers/issues/12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redux-actions-helpers",
33
"description": "Small helpers functions for creating and handle redux actions",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "Oleg Martynov",
77
"email": "olegman.ru@gmail.com"

0 commit comments

Comments
 (0)