Skip to content

Commit e5c91bc

Browse files
authored
chore: v2.1.0 (#193)
1 parent 744a93c commit e5c91bc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.1.0
2+
3+
- feat: always output coverage
4+
- build(deps): various dependency updates
5+
16
# 2.0.0
27

38
- build(deps): upgrade to node16

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "very-good-coverage",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A Github Action which helps enforce code coverage threshold using lcov",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)