From d3f8c3d0e04f96205719205addaafcdbdd18bdc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:20:14 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .github/config/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 9d1a25b..efc4499 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe95c76..a87c95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/grafana/flint/compare/v0.2.0...v0.2.1) (2026-02-16) + + +### Bug Fixes + +* 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)