diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 9d1a25b7..0913d792 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe95c760..5461afbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/grafana/flint/compare/v0.2.0...v0.3.0) (2026-02-16) + + +### Features + +* add Renovate shareable preset for consuming repos ([#17](https://github.com/grafana/flint/issues/17)) ([8a06590](https://github.com/grafana/flint/commit/8a06590741fc0db0a801a84337928d5388e22d1a)) +* **links:** auto-remap base-branch GitHub URLs to PR branch ([#18](https://github.com/grafana/flint/issues/18)) ([dd6cc61](https://github.com/grafana/flint/commit/dd6cc616792680be71ca364d37150a90644db3d4)) + + +### Bug Fixes + +* **links:** add regex anchors to remap patterns ([#19](https://github.com/grafana/flint/issues/19)) ([2e17348](https://github.com/grafana/flint/commit/2e1734890548f9694c768a87d650f3f80a253f89)) +* replace broken release-please PR comment with docs ([#12](https://github.com/grafana/flint/issues/12)) ([817b37d](https://github.com/grafana/flint/commit/817b37df94fcd6be43fa61594d94e9988d3c6c8d)) + ## [0.2.0](https://github.com/grafana/flint/compare/v0.1.0...v0.2.0) (2026-02-16)