Skip to content

Commit

Permalink
chore(publish): v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps committed Nov 18, 2016
1 parent 06c46fd commit 7e1eb09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
<a name="0.12.2"></a>
## [0.12.2](https://github.com/redux-observable/redux-observable/compare/v0.12.1...v0.12.2) (2016-11-18)


### Features

* **ActionsObservable:** `ActionsObservable.from()` now correctly returns an ActionsObservable as expected ([#149](https://github.com/redux-observable/redux-observable/issues/149)) ([fd393a1](https://github.com/redux-observable/redux-observable/commit/fd393a1))
* **typings:** Adds type definitions for ActionsObservable.from/of ([0cba557](https://github.com/redux-observable/redux-observable/commit/0cba557))



<a name="0.12.1"></a>
## [0.12.1](https://github.com/redux-observable/redux-observable/compare/v0.12.0...v0.12.1) (2016-10-04)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redux-observable",
"version": "0.12.1",
"version": "0.12.2",
"description": "RxJS based middleware for Redux. Compose and cancel async actions and more.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 7e1eb09

Please sign in to comment.