Skip to content

Commit

Permalink
[[CHORE]] Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAntonioRodriguez committed Sep 9, 2016
1 parent bfb0db1 commit b4d5503
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<a name="1.0.3"></a>
## [1.0.3](https://github.com/telefonicaid/tartare/compare/v1.0.2...v1.0.3) (2016-09-09)


### Bug Fixes

* When steps or hooks return promises, Tartare is not waiting for them to be resolved ([ab400a3](https://github.com/telefonicaid/tartare/commit/ab400a3))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/telefonicaid/tartare/compare/v1.0.1...v1.0.2) (2016-07-13)


### Bug Fixes

* Some hooks throw error when used with protractor-tartare (Fixes #35) ([d605df2](https://github.com/telefonicaid/tartare/commit/d605df2)), closes [#35](https://github.com/telefonicaid/tartare/issues/35)



<a name="1.0.1"></a>
## [1.0.1](https://github.com/telefonicaid/tartare/compare/v1.0.0...v1.0.1) (2016-07-08)


### Bug Fixes

* Hooks belonging to features, scenarios or variants marked as minorBug are sometimes executed (Fixes #34) ([f334806](https://github.com/telefonicaid/tartare/commit/f334806)), closes [#34](https://github.com/telefonicaid/tartare/issues/34)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/telefonicaid/tartare/compare/v0.9.0...v1.0.0) (2016-05-05)


### Features

* Add a new `interactive` option to allow disabling interactive features ([e2b58f5](https://github.com/telefonicaid/tartare/commit/e2b58f5))
* Allow setting Tartare options through env vars. ([015c658](https://github.com/telefonicaid/tartare/commit/015c658))
* Support reporter-specific parameters for the gherkin-md reporter (output and bugidLink) ([8eea5b9](https://github.com/telefonicaid/tartare/commit/8eea5b9))



3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# RELEASE NOTES

## v1.0.3 / 9 Sep 2016
* Fixed a bug that prevented Tartare from waiting for promises to be resolved when steps or hooks return promises.

## v1.0.2 / 13 Jul 2016
* Fixed a bug that caused hooks to throw errors when running with `protractor-tartare`.

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": "tartare",
"version": "1.0.2",
"version": "1.0.3",
"description": "Gherkin-like BDD testing framework for JavaScript based on Mocha",
"license": "Apache-2.0",
"author": "Jose Antonio Rodríguez Fernández <[email protected]>",
Expand Down

0 comments on commit b4d5503

Please sign in to comment.