Skip to content

Commit

Permalink
[[CHORE]] Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAntonioRodriguez committed Jul 8, 2016
1 parent f334806 commit 1059e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
@@ -1,5 +1,8 @@
# RELEASE NOTES

## v1.0.1 / 8 Jul 2016
* Fixed a bug that allowed hooks to be executed in features, scenarios and variants marked as minor bugs.

## v1.0.0 / 5 May 2016
* Added documentation about how to use Tartare with the new `protractor-tartare` package, which allows you to use
Tartare along with Protractor (the [Protractor fork](https://github.com/telefonicaid/protractor/tree/tartare)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tartare",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gherkin-like BDD testing framework for JavaScript based on Mocha",
"license": "Apache-2.0",
"author": "Jose Antonio Rodríguez Fernández <joseantonio.rodriguezfernandez@telefonica.com>",
Expand Down

3 comments on commit 1059e79

@mathume
Copy link

@mathume mathume commented on 1059e79 Jul 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our beforeEachScenario and afterEachScenario hooks in protractor-tartare tests with 1.0.1 fail with message
TypeError: Cannot read property 'runnable' of undefined.

@JoseAntonioRodriguez
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for reporting the bug.
I’ve just published tartare@1.0.2 that should fix it.
Let me know whether it works now.

@mathume
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm the mentioned hooks work again with 1.0.2

Please sign in to comment.