Skip to content

Commit

Permalink
chore(release): 1.1.0 ## [1.1.0](1.0.1...1.1.0) (2023-04-17)
Browse files Browse the repository at this point in the history
### Features

* release ([e0dd977](e0dd977))

### Bug Fixes

* **junit:** parse fix for different schema ([7662924](7662924))
  • Loading branch information
semantic-release-bot committed Apr 17, 2023
1 parent bf12a2c commit 18baecc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@

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.1.0](https://github.com/aGallea/tests-coverage-report/compare/1.0.1...1.1.0) (2023-04-17)


### Features

* release ([e0dd977](https://github.com/aGallea/tests-coverage-report/commit/e0dd9778a0fbbaff6652e7f6201b40de4e3a2dd1))


### Bug Fixes

* **junit:** parse fix for different schema ([7662924](https://github.com/aGallea/tests-coverage-report/commit/766292409834f44efe3eb20cfec7bd4eff8aa705))

## [1.0.1](https://github.com/aGallea/tests-coverage-report/compare/1.0.0...1.0.1) (2023-04-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tests-coverage-report",
"version": "1.0.1",
"version": "1.1.0",
"description": "tests coverage report as github action",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 18baecc

Please sign in to comment.