diff --git a/CHANGELOG.md b/CHANGELOG.md index 467866e..10597b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/MirrorNG/nunit-reporter/compare/v1.0.5...v1.0.6) (2020-04-11) + + +### Bug Fixes + +* update version in package.json ([e3c8e65](https://github.com/MirrorNG/nunit-reporter/commit/e3c8e654133c9997967b4e118d8243b3b6ba513c)) + # 1.0.0 (2020-04-11) diff --git a/package.json b/package.json index d3fe258..04516c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nunit-result", - "version": "0.0.0", + "version": "1.0.6", "private": true, "description": "Action to add nunit tests results ", "main": "lib/main.js",