Skip to content

Commit bdaf41d

Browse files
author
Albert-Jan Nijburg
committed
bump package version
1 parent 7782a01 commit bdaf41d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@
1212
- fixes a bug with the build order ember-cli-yadda needs to go __before__ babel
1313
- fixes a bug with top level features the path to the root steps in the
1414
accompanying steps file was wrong.
15+
16+
### Version 0.1.0
17+
18+
- fix context in mocha https://github.com/curit/ember-cli-yadda/pull/23
19+
- don't hide this with arrow functions in generated example steps https://github.com/curit/ember-cli-yadda/pull/26
20+
- remove `expect` calls from test https://github.com/curit/ember-cli-yadda/pull/28
21+
- import destroyApp from consuming app https://github.com/curit/ember-cli-yadda/pull/31

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-yadda",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "Ember-cli yadda addon for running Gherkin acceptance tests",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)