diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2312a..9102da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.3.0](https://github.com/sgtcoolguy/danger-plugin-junit/compare/v0.2.0...v0.3.0) (2021-08-30) + + +### Features + +* allow calling warn instead of fail for failed tests ([775937e](https://github.com/sgtcoolguy/danger-plugin-junit/commit/775937e9bdcbd5f4bfee79e245f1937a0899a891)) + # [0.2.0](https://github.com/sgtcoolguy/danger-plugin-junit/compare/v0.1.1...v0.2.0) (2020-07-14) diff --git a/package-lock.json b/package-lock.json index 85e3160..0d87cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@seadub/danger-plugin-junit", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6fc84c1..0129e47 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "danger-plugin", "junit" ], - "version": "0.2.0", + "version": "0.3.0", "main": "dist/index.js", "types": "types/index.d.ts", "scripts": {