Skip to content

Commit

Permalink
[[CHORE]] Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAntonioRodriguez committed Nov 2, 2016
1 parent c90e9c1 commit 18cf129
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.2.0"></a>
# [1.2.0](https://github.com/telefonicaid/tartare/compare/v1.1.3...v1.2.0) (2016-11-02)


### Bug Fixes

* Support any field in the Typescript declaration of the Variant interface ([c90e9c1](https://github.com/telefonicaid/tartare/commit/c90e9c1))

### Features

* Add support for third party reporters ([@sumeet70](https://github.com/sumeet70)) ([ddba1ab](https://github.com/telefonicaid/tartare/commit/ddba1ab))



<a name="1.1.3"></a>
## [1.1.3](https://github.com/telefonicaid/tartare/compare/v1.1.2...v1.1.3) (2016-10-03)

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.2.0 / 2 Nov 2016
* Added support for third party reporters ([@sumeet70](https://github.com/sumeet70)).
* Fixed TypeScript declarations to support any field in the variant interface.

## v1.1.3 / 3 Oct 2016
* Fixed TypeScript declarations to support the variant argument in scenario's spec functions.

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.1.3",
"version": "1.2.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 18cf129

Please sign in to comment.