Skip to content

Commit

Permalink
chore(release): 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Nov 4, 2018
1 parent 42d47df commit e3eb631
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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="6.1.2"></a>
## [6.1.2](https://github.com/alexlafroscia/ember-steps/compare/v6.1.1...v6.1.2) (2018-11-04)


### Bug Fixes

* add action hooks when current step property changes ([1ddda66](https://github.com/alexlafroscia/ember-steps/commit/1ddda66))
* add compatibility with Ember 3.6+ ([3523a4c](https://github.com/alexlafroscia/ember-steps/commit/3523a4c))



<a name="5.0.1"></a>
## [5.0.1](https://github.com/alexlafroscia/ember-steps/compare/v5.0.0...v5.0.1) (2018-04-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-steps",
"version": "6.1.1",
"version": "6.1.2",
"description": "Super Simple Series of Steps",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit e3eb631

Please sign in to comment.