Skip to content

Commit

Permalink
chore(release): 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 15, 2020
1 parent 225942f commit 10621d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
34 changes: 13 additions & 21 deletions CHANGELOG.md
@@ -1,36 +1,28 @@
## <small>1.0.3 (2020-06-15)</small>
## <small>1.0.4 (2020-06-15)</small>

* ci: fix ([83f9ffa](https://github.com/Kirkhammetz/lcov-total/commit/83f9ffa))
* docs: added new flag in doc ([9cac0f3](https://github.com/Kirkhammetz/lcov-total/commit/9cac0f3))
* docs(license): fixed license ([95b0531](https://github.com/Kirkhammetz/lcov-total/commit/95b0531))
* chore(release): 1.0.2 ([784dccc](https://github.com/Kirkhammetz/lcov-total/commit/784dccc))
* feat(cli): gte flag ([1d9de02](https://github.com/Kirkhammetz/lcov-total/commit/1d9de02)), closes [#5](https://github.com/Kirkhammetz/lcov-total/issues/5)



## <small>1.0.1 (2020-06-13)</small>

* chore: bench ([e3dea10](https://github.com/Kirkhammetz/lcov-total/commit/e3dea10))
* chore(release): 1.0.1 ([a7f6552](https://github.com/Kirkhammetz/lcov-total/commit/a7f6552))
* ci: publish to npm on release ([a496b1c](https://github.com/Kirkhammetz/lcov-total/commit/a496b1c))
* ci: removed need ([ea15fbf](https://github.com/Kirkhammetz/lcov-total/commit/ea15fbf))
* ci(github): added publish pipeline ([5fbeb10](https://github.com/Kirkhammetz/lcov-total/commit/5fbeb10))
* 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)
* ci(tests): run suite on ci ([eec5975](https://github.com/Kirkhammetz/lcov-total/commit/eec5975))
* feat: moved to .map and added vscode debugger ([6721c89](https://github.com/Kirkhammetz/lcov-total/commit/6721c89))
* chore: bench ([e3dea10](https://github.com/Kirkhammetz/lcov-total/commit/e3dea10))
* chore(release): 1.0.1 ([a7f6552](https://github.com/Kirkhammetz/lcov-total/commit/a7f6552))
* chore(release): 1.0.2 ([784dccc](https://github.com/Kirkhammetz/lcov-total/commit/784dccc))
* chore(release): 1.0.3 ([4198ebd](https://github.com/Kirkhammetz/lcov-total/commit/4198ebd))
* docs: added acknowledgements ([3c1c0bb](https://github.com/Kirkhammetz/lcov-total/commit/3c1c0bb))
* docs: added basic readme ([2923237](https://github.com/Kirkhammetz/lcov-total/commit/2923237))
* docs: added new flag in doc ([9cac0f3](https://github.com/Kirkhammetz/lcov-total/commit/9cac0f3))
* docs: fixed links ([b9fb668](https://github.com/Kirkhammetz/lcov-total/commit/b9fb668))
* docs(license): fixed license ([95b0531](https://github.com/Kirkhammetz/lcov-total/commit/95b0531))
* feat: moved to .map and added vscode debugger ([6721c89](https://github.com/Kirkhammetz/lcov-total/commit/6721c89))
* feat: parse lcov.info get total ([3d0d682](https://github.com/Kirkhammetz/lcov-total/commit/3d0d682))
* feat: parse lcov.info get total ([df3139f](https://github.com/Kirkhammetz/lcov-total/commit/df3139f))
* feat(cli): gte flag ([1d9de02](https://github.com/Kirkhammetz/lcov-total/commit/1d9de02)), closes [#5](https://github.com/Kirkhammetz/lcov-total/issues/5)
* test(ava): fixed conf file ([6c8434b](https://github.com/Kirkhammetz/lcov-total/commit/6c8434b)), closes [#4](https://github.com/Kirkhammetz/lcov-total/issues/4)
* v1.0.0-2 ([26c2bd5](https://github.com/Kirkhammetz/lcov-total/commit/26c2bd5)), closes [#1](https://github.com/Kirkhammetz/lcov-total/issues/1)



## 1.0.0-1 (2020-06-03)

* Initial commit ([d6613f4](https://github.com/Kirkhammetz/lcov-total/commit/d6613f4))
* v1.0.0-1 ([4bcf13d](https://github.com/Kirkhammetz/lcov-total/commit/4bcf13d))
* feat: parse lcov.info get total ([3d0d682](https://github.com/Kirkhammetz/lcov-total/commit/3d0d682))
* feat: parse lcov.info get total ([df3139f](https://github.com/Kirkhammetz/lcov-total/commit/df3139f))
* v1.0.0-2 ([26c2bd5](https://github.com/Kirkhammetz/lcov-total/commit/26c2bd5)), closes [#1](https://github.com/Kirkhammetz/lcov-total/issues/1)



2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lcov-total",
"version": "1.0.3",
"version": "1.0.4",
"description": "Parsing lcov.info and returning total of the summary intended to use inside CI to exit if threshold not reach",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 10621d0

Please sign in to comment.