Skip to content

Commit 693c243

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2023-01-10) ### Bug Fixes * gte 100 exiting with 1 ([79e70ac](79e70ac)), closes [#122](#122)
1 parent 054d714 commit 693c243

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.1](https://github.com/simonecorsi/lcov-total/compare/v2.1.0...v2.1.1) (2023-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* gte 100 exiting with 1 ([79e70ac](https://github.com/simonecorsi/lcov-total/commit/79e70acda51e5acec0fc1e77e6bf1a500361b30c)), closes [#122](https://github.com/simonecorsi/lcov-total/issues/122)
7+
18
# [2.1.0](https://github.com/simonecorsi/lcov-total/compare/v2.0.0...v2.1.0) (2022-04-28)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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.1.0",
3+
"version": "2.1.1",
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)