From e0ce231405b606c2285adc771252e411d3db08f1 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Fri, 8 Feb 2019 00:26:52 -0800 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9a477..183168b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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)) + + + # [0.4.0](https://github.com/alexlafroscia/ember-rx/compare/v0.3.1...v0.4.0) (2019-02-07) diff --git a/package.json b/package.json index dc96a06..7bf6a1e 100644 --- a/package.json +++ b/package.json @@ -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": [