From dfd18079ff6d2c3ffd27c33ac2838448c2a0517f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Apr 2023 11:17:45 +0000 Subject: [PATCH] chore(release): 1.3.0 ## [1.3.0](https://github.com/aGallea/tests-coverage-report/compare/1.2.2...1.3.0) (2023-04-25) ### Features * **junit:** parse folder with multiple files ([60dc9cb](https://github.com/aGallea/tests-coverage-report/commit/60dc9cbb16afd1c0f0a1bfb2fba82fcb8dad3ba5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e5edc..61d8f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0](https://github.com/aGallea/tests-coverage-report/compare/1.2.2...1.3.0) (2023-04-25) + + +### Features + +* **junit:** parse folder with multiple files ([60dc9cb](https://github.com/aGallea/tests-coverage-report/commit/60dc9cbb16afd1c0f0a1bfb2fba82fcb8dad3ba5)) + ## [1.2.2](https://github.com/aGallea/tests-coverage-report/compare/1.2.1...1.2.2) (2023-04-18) diff --git a/package-lock.json b/package-lock.json index 790f5bb..9b1c13e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tests-coverage-report", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tests-coverage-report", - "version": "1.2.2", + "version": "1.3.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 3dd10bf..b1607c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tests-coverage-report", - "version": "1.2.2", + "version": "1.3.0", "description": "tests coverage report as github action", "main": "index.js", "scripts": {