Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Dec 30, 2018
1 parent 7a948b1 commit f0698fa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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="7.0.0"></a>
# [7.0.0](https://github.com/alexlafroscia/ember-steps/compare/v6.1.3...v7.0.0) (2018-12-30)


### Chores

* **deps:** upgrade to `[email protected]` ([0c919c4](https://github.com/alexlafroscia/ember-steps/commit/0c919c4))


### BREAKING CHANGES

* **deps:** Increased the minimum supported version of Ember to
`3.4.0` to align with what native Classes are well-supported by at
this time. This was necessary to fix a number of issues that arose
with the upgraded version of `ember-cli-typescript`



<a name="6.1.3"></a>
## [6.1.3](https://github.com/alexlafroscia/ember-steps/compare/v6.1.2...v6.1.3) (2018-12-04)

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": "6.1.3",
"version": "7.0.0",
"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 f0698fa

Please sign in to comment.