Skip to content

Commit

Permalink
chore(release): 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 15, 2019
1 parent 5bc003c commit 2fe124b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="8.0.2"></a>
## [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))



<a name="8.0.1"></a>

## [8.0.1](https://github.com/alexlafroscia/ember-steps/compare/v8.0.0...v8.0.1) (2019-02-28)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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 <[email protected]>",
Expand Down

0 comments on commit 2fe124b

Please sign in to comment.