From 84911bb61aee4e4bd910467c332c92f72f7ee9c8 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Wed, 30 Jan 2019 14:40:54 -0800 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a336c..5c569af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3.0](https://github.com/alexlafroscia/ember-rx/compare/v0.2.0...v0.3.0) (2019-01-30) + + +### Features + +* **deps:** upgrade to latest release of RxJS ([7fddd46](https://github.com/alexlafroscia/ember-rx/commit/7fddd46)) + + + # [0.2.0](https://github.com/alexlafroscia/ember-rx/compare/v0.1.0...v0.2.0) (2019-01-29) diff --git a/package.json b/package.json index 6e84cae..2add085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-rx", - "version": "0.2.0", + "version": "0.3.0", "description": "RxJS 6 integration for Ember.js", "keywords": [ "ember-addon",