diff --git a/CHANGELOG.md b/CHANGELOG.md index 10597b0..68486e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/MirrorNG/nunit-reporter/compare/v1.0.6...v1.0.7) (2020-04-14) + + +### Bug Fixes + +* relative paths when in docker step ([fb20fd3](https://github.com/MirrorNG/nunit-reporter/commit/fb20fd337de447eeabbc0acb59fb7c7752430809)) + ## [1.0.6](https://github.com/MirrorNG/nunit-reporter/compare/v1.0.5...v1.0.6) (2020-04-11) diff --git a/package.json b/package.json index 04516c9..7833f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nunit-result", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "Action to add nunit tests results ", "main": "lib/main.js",