From 9ef78f7bd496cb02befbf089c8020056b40233a0 Mon Sep 17 00:00:00 2001 From: Mark David Avery Date: Tue, 11 Jun 2019 10:06:12 -0700 Subject: [PATCH] chore(release): 0.7.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e1792..85c8fe5 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.7.2](https://github.com/ebryn/ember-component-css/compare/v0.7.1...v0.7.2) (2019-06-11) + + +### Bug Fixes + +* **broken transition:** there's a chance that at times a transition will not have a 'to', so handling that case ([756e89e](https://github.com/ebryn/ember-component-css/commit/756e89e)) + + + ## [0.7.1](https://github.com/ebryn/ember-component-css/compare/v0.7.0...v0.7.1) (2019-06-10) diff --git a/package.json b/package.json index a6fc13d..f8a4c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-component-css", - "version": "0.7.1", + "version": "0.7.2", "description": "An Ember CLI addon which allows you to specify styles for individual components", "keywords": [ "ember-addon"