diff --git a/CHANGELOG.md b/CHANGELOG.md index 241ea170..a917cc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [8.0.0](https://github.com/alexlafroscia/ember-steps/compare/v7.0.0...v8.0.0) (2019-01-22) + + +### Chores + +* **deps:** externalize `ember-native-class-polyfill` ([904cd97](https://github.com/alexlafroscia/ember-steps/commit/904cd97)) + + +### BREAKING CHANGES + +* **deps:** For Ember `3.4` and `3.5` compatibility, you _must_ install `ember-native-class-polyfill` in your application. This was previously brought in as a dependency, but should not be supplied by the host app. + + + # [7.0.0](https://github.com/alexlafroscia/ember-steps/compare/v6.1.3...v7.0.0) (2018-12-30) diff --git a/package.json b/package.json index 7edf1604..aca612e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-steps", - "version": "7.0.0", + "version": "8.0.0", "description": "Super Simple Series of Steps", "scripts": { "build": "ember build", @@ -95,7 +95,9 @@ "resolutions": { "ember-css-modules/broccoli-postcss": "^3.5.3" }, - "keywords": ["ember-addon"], + "keywords": [ + "ember-addon" + ], "repository": "https://github.com/alexlafroscia/ember-steps", "license": "MIT", "author": "Alex LaFroscia ",