From d37adb18c2b1f7cd545b1ebe155f8d08ea7cc903 Mon Sep 17 00:00:00 2001 From: Mark David Avery Date: Tue, 30 Jan 2018 10:06:45 -0800 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3bca9..08b4660 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.6.1](https://github.com/ebryn/ember-component-css/compare/v0.6.0...v0.6.1) (2018-01-30) + + +### Bug Fixes + +* **router:** accidentally removed a import super call in the routers didTransition. fixes [#266](https://github.com/ebryn/ember-component-css/issues/266) ([446a368](https://github.com/ebryn/ember-component-css/commit/446a368)) + + + # [0.6.0](https://github.com/ebryn/ember-component-css/compare/v0.5.0...v0.6.0) (2018-01-26) diff --git a/package.json b/package.json index d474f88..c269228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-component-css", - "version": "0.6.0", + "version": "0.6.1", "description": "An Ember CLI addon which allows you to specify styles for individual components", "keywords": [ "ember-addon"