File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 0.2.0
6
+ - ** typings:** Add type definition (#2 )[ https://github.com/distolma/storeon-observable/issues/2 ] ((26d46a2)[ https://github.com/distolma/storeon-observable/commit/26d46a2 ] )
7
+
5
8
## 0.1.0
6
9
- Move Rxjs to the peerDependencies.
7
10
Original file line number Diff line number Diff line change @@ -79,6 +79,6 @@ export const epics = combineEpics([epic]);
79
79
80
80
This module based on [ redux-observable] ( https://github.com/redux-observable/redux-observable ) .
81
81
82
- ## LICENSE
82
+ ## License
83
83
84
84
[ MIT] ( LICENCE )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " storeon-observable" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " RxJS based module for Storeon which allows to create async actions" ,
5
5
"main" : " index.js" ,
6
6
"sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments