From 7a4880635ee64a1661bdce16fead1e228e81cefd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Rodr=C3=ADguez?= Date: Wed, 13 Jul 2016 10:31:44 +0200 Subject: [PATCH] [[CHORE]] Bump version to 1.0.2 --- ReleaseNotes.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index aa7439b..0d91507 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # RELEASE NOTES +## v1.0.2 / 13 Jul 2016 +* Fixed a bug that caused hooks to throw errors when running with `protractor-tartare`. + ## v1.0.1 / 8 Jul 2016 * Fixed a bug that allowed hooks to be executed in features, scenarios and variants marked as minor bugs. diff --git a/package.json b/package.json index 185481f..9fc15f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tartare", - "version": "1.0.1", + "version": "1.0.2", "description": "Gherkin-like BDD testing framework for JavaScript based on Mocha", "license": "Apache-2.0", "author": "Jose Antonio Rodríguez Fernández ",