Skip to content

Commit 8609a41

Browse files
committed
chore(publish): 0.0.1
1 parent 3cb8c7e commit 8609a41

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<a name="0.0.1"></a>
2+
## 0.0.1 (2016-05-18)
3+
4+
5+
### Features
6+
7+
* **dispatchOnMount:** add decorator to dispatch thunkservables on mount ([3cb8c7e](https://github.com/redux-observable/react-redux-observable/commit/3cb8c7e))
8+
9+
10+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-observable",
3-
"version": "0.4.0",
3+
"version": "0.0.1",
44
"description": "React helpers for redux-observable, e.g. @dispatchOnMount(...actions)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)