Skip to content

Commit 10621d0

Browse files
author
Conventional Changelog Action
committedJun 15, 2020
chore(release): 1.0.4
1 parent 225942f commit 10621d0

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed
 

‎CHANGELOG.md

+13-21
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,28 @@
1-
## <small>1.0.3 (2020-06-15)</small>
1+
## <small>1.0.4 (2020-06-15)</small>
22

33
* ci: fix ([83f9ffa](https://github.com/Kirkhammetz/lcov-total/commit/83f9ffa))
4-
* docs: added new flag in doc ([9cac0f3](https://github.com/Kirkhammetz/lcov-total/commit/9cac0f3))
5-
* docs(license): fixed license ([95b0531](https://github.com/Kirkhammetz/lcov-total/commit/95b0531))
6-
* chore(release): 1.0.2 ([784dccc](https://github.com/Kirkhammetz/lcov-total/commit/784dccc))
7-
* feat(cli): gte flag ([1d9de02](https://github.com/Kirkhammetz/lcov-total/commit/1d9de02)), closes [#5](https://github.com/Kirkhammetz/lcov-total/issues/5)
8-
9-
10-
11-
## <small>1.0.1 (2020-06-13)</small>
12-
13-
* chore: bench ([e3dea10](https://github.com/Kirkhammetz/lcov-total/commit/e3dea10))
14-
* chore(release): 1.0.1 ([a7f6552](https://github.com/Kirkhammetz/lcov-total/commit/a7f6552))
154
* ci: publish to npm on release ([a496b1c](https://github.com/Kirkhammetz/lcov-total/commit/a496b1c))
5+
* ci: removed need ([ea15fbf](https://github.com/Kirkhammetz/lcov-total/commit/ea15fbf))
166
* ci(github): added publish pipeline ([5fbeb10](https://github.com/Kirkhammetz/lcov-total/commit/5fbeb10))
177
* ci(github): fixed actions runs-on ([64c48e6](https://github.com/Kirkhammetz/lcov-total/commit/64c48e6)), closes [#3](https://github.com/Kirkhammetz/lcov-total/issues/3)
188
* ci(tests): run suite on ci ([eec5975](https://github.com/Kirkhammetz/lcov-total/commit/eec5975))
19-
* feat: moved to .map and added vscode debugger ([6721c89](https://github.com/Kirkhammetz/lcov-total/commit/6721c89))
9+
* chore: bench ([e3dea10](https://github.com/Kirkhammetz/lcov-total/commit/e3dea10))
10+
* chore(release): 1.0.1 ([a7f6552](https://github.com/Kirkhammetz/lcov-total/commit/a7f6552))
11+
* chore(release): 1.0.2 ([784dccc](https://github.com/Kirkhammetz/lcov-total/commit/784dccc))
12+
* chore(release): 1.0.3 ([4198ebd](https://github.com/Kirkhammetz/lcov-total/commit/4198ebd))
2013
* docs: added acknowledgements ([3c1c0bb](https://github.com/Kirkhammetz/lcov-total/commit/3c1c0bb))
2114
* docs: added basic readme ([2923237](https://github.com/Kirkhammetz/lcov-total/commit/2923237))
15+
* docs: added new flag in doc ([9cac0f3](https://github.com/Kirkhammetz/lcov-total/commit/9cac0f3))
2216
* docs: fixed links ([b9fb668](https://github.com/Kirkhammetz/lcov-total/commit/b9fb668))
17+
* docs(license): fixed license ([95b0531](https://github.com/Kirkhammetz/lcov-total/commit/95b0531))
18+
* feat: moved to .map and added vscode debugger ([6721c89](https://github.com/Kirkhammetz/lcov-total/commit/6721c89))
19+
* feat: parse lcov.info get total ([3d0d682](https://github.com/Kirkhammetz/lcov-total/commit/3d0d682))
20+
* feat: parse lcov.info get total ([df3139f](https://github.com/Kirkhammetz/lcov-total/commit/df3139f))
21+
* feat(cli): gte flag ([1d9de02](https://github.com/Kirkhammetz/lcov-total/commit/1d9de02)), closes [#5](https://github.com/Kirkhammetz/lcov-total/issues/5)
2322
* test(ava): fixed conf file ([6c8434b](https://github.com/Kirkhammetz/lcov-total/commit/6c8434b)), closes [#4](https://github.com/Kirkhammetz/lcov-total/issues/4)
24-
* v1.0.0-2 ([26c2bd5](https://github.com/Kirkhammetz/lcov-total/commit/26c2bd5)), closes [#1](https://github.com/Kirkhammetz/lcov-total/issues/1)
25-
26-
27-
28-
## 1.0.0-1 (2020-06-03)
29-
3023
* Initial commit ([d6613f4](https://github.com/Kirkhammetz/lcov-total/commit/d6613f4))
3124
* v1.0.0-1 ([4bcf13d](https://github.com/Kirkhammetz/lcov-total/commit/4bcf13d))
32-
* feat: parse lcov.info get total ([3d0d682](https://github.com/Kirkhammetz/lcov-total/commit/3d0d682))
33-
* feat: parse lcov.info get total ([df3139f](https://github.com/Kirkhammetz/lcov-total/commit/df3139f))
25+
* v1.0.0-2 ([26c2bd5](https://github.com/Kirkhammetz/lcov-total/commit/26c2bd5)), closes [#1](https://github.com/Kirkhammetz/lcov-total/issues/1)
3426

3527

3628

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lcov-total",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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)
Please sign in to comment.