Skip to content

Commit

Permalink
[[CHORE]] Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAntonioRodriguez committed Apr 7, 2017
1 parent bea24fa commit 5badd51
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.2.1"></a>
## [1.2.1](https://github.com/telefonicaid/tartare/compare/v1.2.0...v1.2.1) (2017-04-07)


### Bug Fixes

* Built-in reporters are not being loaded on Windows (Fixes #38) ([bea24fa](https://github.com/telefonicaid/tartare/commit/bea24fa)), closes [#38](https://github.com/telefonicaid/tartare/issues/38)



<a name="1.2.0"></a>
# [1.2.0](https://github.com/telefonicaid/tartare/compare/v1.1.3...v1.2.0) (2016-11-02)

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.2.1 / 7 Apr 2017
* Fixed a bug that prevented built-in reporters from being loaded on Windows ([@kjwenger](https://github.com/kjwenger)).

## 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.
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.2.0",
"version": "1.2.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 5badd51

Please sign in to comment.