diff --git a/HISTORY.md b/HISTORY.md index e69de29..0960f3b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -0,0 +1,3 @@ +# 1.0.0 / 2016-09-26 + + * Initial release diff --git a/package.json b/package.json index 6d1667d..6b56724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "command-line-test", - "version": "1.0.4", + "version": "1.0.5", "description": "command-line test tool for Node.js", "keywords": ["test", "unittest"], "main": "index.js",