Skip to content

Commit

Permalink
chore: v2.1.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Nov 14, 2022
1 parent 744a93c commit e5c91bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.1.0

- feat: always output coverage
- build(deps): various dependency updates

# 2.0.0

- build(deps): upgrade to node16
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": "very-good-coverage",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Github Action which helps enforce code coverage threshold using lcov",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5c91bc

Please sign in to comment.