Skip to content

Commit

Permalink
[[CHORE]] Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAntonioRodriguez committed Oct 3, 2016
1 parent 288e676 commit 951622f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.1.3"></a>
## [1.1.3](https://github.com/telefonicaid/tartare/compare/v1.1.2...v1.1.3) (2016-10-03)


### Bug Fixes

* TypeScript declarations do not support the variant argument in scenarios ([288e676](https://github.com/telefonicaid/tartare/commit/288e676))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/telefonicaid/tartare/compare/v1.1.1...v1.1.2) (2016-09-27)

Expand Down
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.1.3 / 3 Oct 2016
* Fixed TypeScript declarations to support the variant argument in scenario's spec functions.

## v1.1.2 / 27 Sep 2016
* Improved TypeScript declarations.

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.2",
"version": "1.1.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 951622f

Please sign in to comment.