Skip to content

Commit

Permalink
[[CHORE]] Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAntonioRodriguez committed Sep 19, 2016
1 parent 977e144 commit 15f3e18
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.1"></a>
## [1.1.1](https://github.com/telefonicaid/tartare/compare/v1.1.0...v1.1.1) (2016-09-19)


### Bug Fixes

* Documentation points to a non-working location for typings installation ([977e144](https://github.com/telefonicaid/tartare/commit/977e144))



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

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.1 / 19 Sep 2016
* Fixed typings installation location in documentation.

## 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.
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.0",
"version": "1.1.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

0 comments on commit 15f3e18

Please sign in to comment.