diff --git a/CHANGELOG.md b/CHANGELOG.md index 452f7c3..2330ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [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)) + + + # [1.1.0](https://github.com/telefonicaid/tartare/compare/v1.0.3...v1.1.0) (2016-09-19) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 3bc16cb..3b0221c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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. diff --git a/package.json b/package.json index d63e5cc..9e293af 100644 --- a/package.json +++ b/package.json @@ -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 ",