Skip to content

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert-Jan Nijburg committed Nov 15, 2016
1 parent 7782a01 commit bdaf41d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.6",
"version": "0.1.0",
"description": "Ember-cli yadda addon for running Gherkin acceptance tests",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit bdaf41d

Please sign in to comment.