From f352456e0304bee7d7c8b8d14b59b76ad067262e Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Tue, 29 Jan 2019 00:02:03 -0800 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a7a109d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +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.2.0](https://github.com/alexlafroscia/ember-observable/compare/v0.1.0...v0.2.0) (2019-01-29) + + +### Bug Fixes + +* remove original source of `subscribe` decorator ([a0d5959](https://github.com/alexlafroscia/ember-observable/commit/a0d5959)) + + +### Features + +* add observable source from property changes ([6b66b92](https://github.com/alexlafroscia/ember-observable/commit/6b66b92)), closes [#1](https://github.com/alexlafroscia/ember-observable/issues/1) +* add utility for getting the first value as a Promise ([f6ac06d](https://github.com/alexlafroscia/ember-observable/commit/f6ac06d)), closes [#3](https://github.com/alexlafroscia/ember-observable/issues/3) diff --git a/package.json b/package.json index 08f43ec..06a67d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-observable", - "version": "0.1.0", + "version": "0.2.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"