Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Feb 8, 2019
1 parent 1a4c7c1 commit e0ce231
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/alexlafroscia/ember-rx/compare/v0.4.0...v0.5.0) (2019-02-08)


### Bug Fixes

* rename `fromEvent` helper function ([64b4b95](https://github.com/alexlafroscia/ember-rx/commit/64b4b95))
* use correct instance variable in `[@subscribe](https://github.com/subscribe)` example ([7f34727](https://github.com/alexlafroscia/ember-rx/commit/7f34727))


### Features

* add scheduler for Run Loop ([9a040fa](https://github.com/alexlafroscia/ember-rx/commit/9a040fa))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/alexlafroscia/ember-rx/compare/v0.3.1...v0.4.0) (2019-02-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-rx",
"version": "0.4.0",
"version": "0.5.0",
"description": "RxJS 6 integration for Ember.js",
"homepage": "https://alexlafroscia.github.io/ember-rx",
"keywords": [
Expand Down

0 comments on commit e0ce231

Please sign in to comment.