From 2fe124bca4b6ab8b8712742485c626b5005d55da Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Fri, 15 Mar 2019 13:23:15 -0700 Subject: [PATCH] chore(release): 8.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f74ed6e..c025b2e2 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. + +## [8.0.2](https://github.com/alexlafroscia/ember-steps/compare/v8.0.1...v8.0.2) (2019-03-15) + + +### Bug Fixes + +* avoid resetting the step manager on any attribute changes ([569991a](https://github.com/alexlafroscia/ember-steps/commit/569991a)) + + + ## [8.0.1](https://github.com/alexlafroscia/ember-steps/compare/v8.0.0...v8.0.1) (2019-02-28) diff --git a/package.json b/package.json index 60ec6c90..2094b814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-steps", - "version": "8.0.1", + "version": "8.0.2", "description": "Super Simple Series of Steps", "scripts": { "build": "ember build", @@ -96,7 +96,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 ",