Skip to content

Commit 551338a

Browse files
author
Conventional Changelog Action
committed
chore(release): 1.0.6
1 parent c0f0b72 commit 551338a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## <small>1.0.5 (2020-06-23)</small>
1+
## <small>1.0.6 (2020-07-14)</small>
22

33
* build: slimmed down npm pack ([74768d5](https://github.com/Kirkhammetz/lcov-total/commit/74768d5))
4+
* build(deps-dev): bump standard-version from 7.1.0 to 8.0.1 ([084f1a2](https://github.com/Kirkhammetz/lcov-total/commit/084f1a2))
45
* chore: bench ([e3dea10](https://github.com/Kirkhammetz/lcov-total/commit/e3dea10))
56
* chore(release): 1.0.1 ([a7f6552](https://github.com/Kirkhammetz/lcov-total/commit/a7f6552))
67
* chore(release): 1.0.2 ([784dccc](https://github.com/Kirkhammetz/lcov-total/commit/784dccc))
78
* chore(release): 1.0.3 ([4198ebd](https://github.com/Kirkhammetz/lcov-total/commit/4198ebd))
89
* chore(release): 1.0.4 ([10621d0](https://github.com/Kirkhammetz/lcov-total/commit/10621d0))
10+
* chore(release): 1.0.5 ([73504d9](https://github.com/Kirkhammetz/lcov-total/commit/73504d9))
911
* ci: fix ([83f9ffa](https://github.com/Kirkhammetz/lcov-total/commit/83f9ffa))
1012
* ci: publish to npm on release ([a496b1c](https://github.com/Kirkhammetz/lcov-total/commit/a496b1c))
1113
* ci: removed need ([ea15fbf](https://github.com/Kirkhammetz/lcov-total/commit/ea15fbf))

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": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Parsing lcov.info and returning total of the summary intended to use inside CI to exit if threshold not reach",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)