diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index f2ecd08..9d1a25b 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..fe95c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +## [0.2.0](https://github.com/grafana/flint/compare/v0.1.0...v0.2.0) (2026-02-16) + + +### Features + +* consolidate link checking and add autofix flags ([#7](https://github.com/grafana/flint/issues/7)) ([086a5e9](https://github.com/grafana/flint/commit/086a5e9c942a373a276e6a77853066187ed2c268)) + + +### Bug Fixes + +* exclude GitHub compare links from lychee checks ([#10](https://github.com/grafana/flint/issues/10)) ([e714608](https://github.com/grafana/flint/commit/e714608d1d7550c5540f9e79cb6f14c9ed86a5ad)) + +## Changelog