From 665eaee5e5a33a4817fb3b280ca3249a94394f81 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Fri, 21 Oct 2022 06:43:55 -0300 Subject: [PATCH] release: v0.7.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768569a3..24968356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2022-10-21 + +### Changed + +- upgrading node version to 16 + +### Thanks + +Thank you to @sertxudev for the contribution at #21. + ## [0.6.0] - 2022-09-20 ### Added @@ -123,7 +133,8 @@ as bundling tool. - implemented base action reading clover.xml files and converting then. - release.yml workflow to auto-release tags -[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/lucassabreu/comment-coverage-clover/compare/v0.5.0...v0.5.1