diff --git a/package.json b/package.json index 2506fa2..10a8f72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-mocha-tdd", - "version": "1.0.0", + "version": "1.0.1", "author": "Joe Hudson ", "description": "easy test driven development with gulp and mocha", "keywords": [ diff --git a/release-notes.md b/release-notes.md index 5df089f..33c2c8a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,6 @@ +1.0.1 +- add start identifier for current test when in watch mode - 65ecd81 + 1.0.0 - always clean out the generated test dir for each test run - a324076