From e59bbd78bbf1760e58b930d6c1782bd86b226e57 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Fri, 6 Nov 2020 10:26:36 +0100 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e02b6f..f038ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## v0.6.0 (2020-11-06) + +#### :boom: Breaking Change +* [#86](https://github.com/kaliber5/ember-cli-yadda/pull/86) Avoid importing yadda from ember-cli-yadda ([@simonihmig](https://github.com/simonihmig)) +* [#85](https://github.com/kaliber5/ember-cli-yadda/pull/85) Update dependencies, drop support for node < 10, Ember < 3.16 ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* [#87](https://github.com/kaliber5/ember-cli-yadda/pull/87) Support Embroider ([@simonihmig](https://github.com/simonihmig)) + +#### :bug: Bug Fix +* [#86](https://github.com/kaliber5/ember-cli-yadda/pull/86) Avoid importing yadda from ember-cli-yadda ([@simonihmig](https://github.com/simonihmig)) + +#### :memo: Documentation +* [#81](https://github.com/kaliber5/ember-cli-yadda/pull/81) Readme: Fix link to Yadda docs ([@lolmaus](https://github.com/lolmaus)) + +#### :house: Internal +* [#90](https://github.com/kaliber5/ember-cli-yadda/pull/90) Setup dependabot ([@simonihmig](https://github.com/simonihmig)) +* [#89](https://github.com/kaliber5/ember-cli-yadda/pull/89) Setup release-it ([@simonihmig](https://github.com/simonihmig)) +* [#88](https://github.com/kaliber5/ember-cli-yadda/pull/88) Setup Github actions, use yarn ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 3 +- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ### Version 0.0.5 - adds support for mocha (thanks @adamjmcgrath) diff --git a/package.json b/package.json index 3f83432..1937a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-yadda", - "version": "0.5.0", + "version": "0.6.0", "description": "Ember-cli yadda addon for running Gherkin acceptance tests", "keywords": [ "ember-addon",