From 2f8a1eb4b003650f85bae4919429269ecf01d2e7 Mon Sep 17 00:00:00 2001 From: Mark David Avery Date: Wed, 1 Nov 2017 22:38:13 -0700 Subject: [PATCH] chore(release): 0.3.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333de87..a869b93 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.7](https://github.com/ebryn/ember-component-css/compare/v0.3.6...v0.3.7) (2017-11-02) + + +### Features + +* **mainfet-ordering:** updated broccoli style manifest to now have the order of files in the manifest be sorted first by depth, then by alphanumeric ([fd710bf](https://github.com/ebryn/ember-component-css/commit/fd710bf)) + + + ## [0.3.6](https://github.com/ebryn/ember-component-css/compare/v0.3.5...v0.3.6) (2017-11-01) diff --git a/package.json b/package.json index d53d787..609e80c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-component-css", - "version": "0.3.6", + "version": "0.3.7", "description": "An Ember CLI addon which allows you to specify styles for individual components", "keywords": [ "ember-addon"