Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Nov 6, 2020
1 parent ebbaebb commit e59bbd7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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-cli-yadda",
"version": "0.5.0",
"version": "0.6.0",
"description": "Ember-cli yadda addon for running Gherkin acceptance tests",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit e59bbd7

Please sign in to comment.