Skip to content

Commit f51ffb0

Browse files
committedMay 30, 2019
release: v0.2.0
1 parent 26d46a2 commit f51ffb0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
58
## 0.1.0
69
- Move Rxjs to the peerDependencies.
710

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ export const epics = combineEpics([epic]);
7979

8080
This module based on [redux-observable](https://github.com/redux-observable/redux-observable).
8181

82-
## LICENSE
82+
## License
8383

8484
[MIT](LICENCE)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storeon-observable",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "RxJS based module for Storeon which allows to create async actions",
55
"main": "index.js",
66
"sideEffects": false,

0 commit comments

Comments
 (0)
Please sign in to comment.