diff --git a/CHANGELOG.md b/CHANGELOG.md index 387129d..4e02b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,10 @@ - fixes a bug with the build order ember-cli-yadda needs to go __before__ babel - fixes a bug with top level features the path to the root steps in the accompanying steps file was wrong. + +### Version 0.1.0 + + - fix context in mocha https://github.com/curit/ember-cli-yadda/pull/23 + - don't hide this with arrow functions in generated example steps https://github.com/curit/ember-cli-yadda/pull/26 + - remove `expect` calls from test https://github.com/curit/ember-cli-yadda/pull/28 + - import destroyApp from consuming app https://github.com/curit/ember-cli-yadda/pull/31 \ No newline at end of file diff --git a/package.json b/package.json index 824cb39..f37190c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-yadda", - "version": "0.0.6", + "version": "0.1.0", "description": "Ember-cli yadda addon for running Gherkin acceptance tests", "scripts": { "build": "ember build",