Skip to content

Commit 406771d

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2022-04-28) ### Features * **node:** deprecate v12 ([0e9d04b](0e9d04b))
1 parent f4225a0 commit 406771d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/simonecorsi/lcov-total/compare/v2.0.0...v2.1.0) (2022-04-28)
2+
3+
4+
### Features
5+
6+
* **node:** deprecate v12 ([0e9d04b](https://github.com/simonecorsi/lcov-total/commit/0e9d04ba58e1de5a57278b2a20ffc37d832cd889))
7+
18
# [2.0.0](https://github.com/simonecorsi/lcov-total/compare/v1.0.8...v2.0.0) (2022-01-26)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lcov-total",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Parsing lcov.info and returning total of the summary intended to use inside CI to exit if threshold not reach",
55
"bin": "bin/cmd.js",
66
"export": "src/index.js",

0 commit comments

Comments
 (0)