Skip to content

Commit

Permalink
Bump version v1.3.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Feb 20, 2022
1 parent e1c5bfa commit 3435c82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Security - in case of vulnerabilities.

## [Unreleased]

_TBD_

## [1.3.1] 2022-02-20

### Fixed

- Fixed table badge to use threshold metric instead of lines rate.

### Changed

- Updated comment table to hide metric row when metric not found in coverage, instead of showing `N/A`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coverage-monitor-action",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "A GitHub Action that monitor coverage.",
"main": "src/index.js",
Expand Down

0 comments on commit 3435c82

Please sign in to comment.