From 1059e79ebeecaa168edfe47c8d0c23bc499cc58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Rodr=C3=ADguez?= Date: Fri, 8 Jul 2016 16:18:45 +0200 Subject: [PATCH] [[CHORE]] Bump version to 1.0.1 --- ReleaseNotes.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 75d1138..aa7439b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # RELEASE NOTES +## v1.0.1 / 8 Jul 2016 +* Fixed a bug that allowed hooks to be executed in features, scenarios and variants marked as minor bugs. + ## v1.0.0 / 5 May 2016 * Added documentation about how to use Tartare with the new `protractor-tartare` package, which allows you to use Tartare along with Protractor (the [Protractor fork](https://github.com/telefonicaid/protractor/tree/tartare) diff --git a/package.json b/package.json index 0ce703c..185481f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tartare", - "version": "1.0.0", + "version": "1.0.1", "description": "Gherkin-like BDD testing framework for JavaScript based on Mocha", "license": "Apache-2.0", "author": "Jose Antonio Rodríguez Fernández ",