Skip to content

Commit

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


### Bug Fixes

* `this` is not working on steps when the function is wrapped into a promise ([d722313](https://github.com/telefonicaid/tartare/commit/d722313))

### Features

* Add declarations to use Tartare with TypeScript ([ca80350](https://github.com/telefonicaid/tartare/commit/ca80350))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/telefonicaid/tartare/compare/v1.0.2...v1.0.3) (2016-09-09)

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

## v1.1.0 / 19 Sep 2016
* Added declarations to use Tartare with TypeScript.
* Fixed a bug that prevented `this` from working on steps when the function is wrapped into a promise.

## 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.

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.3",
"version": "1.1.0",
"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

0 comments on commit 3df4898

Please sign in to comment.