From 6754d9a4ac91279a0f548d78a3d85a9648562e57 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Jul 2021 12:04:43 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.2.0...v1.2.1) (2021-07-22) ### Bug Fixes * fix report title not uploading correctly ([#59](https://github.com/HylandSoftware/unit-test-reporter/issues/59)) ([535ba17](https://github.com/HylandSoftware/unit-test-reporter/commit/535ba174cdfb3c8b5f5a770ece5ef7643b390778)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174a9e3..ae6c4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.2.0...v1.2.1) (2021-07-22) + + +### Bug Fixes + +* fix report title not uploading correctly ([#59](https://github.com/HylandSoftware/unit-test-reporter/issues/59)) ([535ba17](https://github.com/HylandSoftware/unit-test-reporter/commit/535ba174cdfb3c8b5f5a770ece5ef7643b390778)) + # [1.2.0](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.1.1...v1.2.0) (2021-07-20) diff --git a/package.json b/package.json index eaa2918..6b67669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unit-test-reporter", - "version": "1.2.0", + "version": "1.2.1", "private": true, "description": "Action to add nunit tests results ", "main": "lib/main.js",