diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e27ef4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + + +## [1.0.1](https://github.com/zephyrec/rest-hal-test-tools/compare/v1.0.0...v1.0.1) (2017-03-31) + +### Bug Fixes + +* Error on code example at README file ([e837d34](https://github.com/zephyrec/rest-hal-test-tools/commit/e837d34d6cd7964fbaa5c9b366034532b71a3215)) + + +# 1.0.0 (2017-03-31) + + + diff --git a/package.json b/package.json index 4668137..8f391df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zephyrec/rest-hal-test-tools", - "version": "1.0.0", + "version": "1.0.1", "description": "REST HAL Test Tools", "main": "dist/index.js", "typings": "dist/index.d.ts",