Skip to content

Commit

Permalink
audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-antonio-canabrava committed Sep 25, 2024
1 parent 47de9d4 commit 75aad34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Coverage Upload Action Changelog

## 2.2.1 (September 25, 2024)

- Vulnerabilities updates

## 2.2.0 (April 26, 2024)

- Replaced ignoredUsers with ignoreBots which is a boolean defaulted to "true".
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coverage-upload-action",
"version": "2.2.0",
"version": "2.2.1",
"description": "Parses coverage file and uploads to remote endpoint",
"author": "Neo Financial Engineering",
"license": "MIT",
Expand Down Expand Up @@ -46,4 +46,4 @@
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 75aad34

Please sign in to comment.