From 7b6b74114044e2e73e89ec75284445ed11478555 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Mar 2021 16:46:53 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.0.3...v1.0.4) (2021-03-09) ### Bug Fixes * fix major release tagging ([f797f73](https://github.com/HylandSoftware/unit-test-reporter/commit/f797f738d0f95b35d09105f2aba15e816fd18296)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0fe39..5d66caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.0.3...v1.0.4) (2021-03-09) + + +### Bug Fixes + +* fix major release tagging ([f797f73](https://github.com/HylandSoftware/unit-test-reporter/commit/f797f738d0f95b35d09105f2aba15e816fd18296)) + ## [1.0.3](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.0.2...v1.0.3) (2021-01-19) diff --git a/package.json b/package.json index afe8dd3..6993961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unit-test-reporter", - "version": "1.0.3", + "version": "1.0.4", "private": true, "description": "Action to add nunit tests results ", "main": "lib/main.js",