From 68f50094045874e441ef9b1598f3c1988ef5cdf4 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Tue, 19 Oct 2021 19:45:28 +0200 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f038ae9..e35623f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.7.0 (2021-10-19) + +#### :boom: Breaking Change +* [#246](https://github.com/kaliber5/ember-cli-yadda/pull/246) Update to ember-auto-import v2 ([@simonihmig](https://github.com/simonihmig)) +* [#248](https://github.com/kaliber5/ember-cli-yadda/pull/248) Update Ember to 3.28, drop support for 3.16 ([@simonihmig](https://github.com/simonihmig)) +* [#247](https://github.com/kaliber5/ember-cli-yadda/pull/247) Drop node 10 support ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* [#246](https://github.com/kaliber5/ember-cli-yadda/pull/246) Update to ember-auto-import v2 ([@simonihmig](https://github.com/simonihmig)) +* [#248](https://github.com/kaliber5/ember-cli-yadda/pull/248) Update Ember to 3.28, drop support for 3.16 ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 2 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v0.6.0 (2020-11-06) #### :boom: Breaking Change diff --git a/package.json b/package.json index 3678a62..77f34f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-yadda", - "version": "0.6.0", + "version": "0.7.0", "description": "Ember-cli yadda addon for running Gherkin acceptance tests", "keywords": [ "ember-addon",