From b0e69a8b52ca9df50526ef59585e7ef28b48c514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:02:30 +0000 Subject: [PATCH] chore(main): release 1.28.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bac4ebc..b0daa7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.28.0" + ".": "1.28.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ada81ca..e4d8cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.28.1](https://github.com/kunchenguid/no-mistakes/compare/v1.28.0...v1.28.1) (2026-06-11) + + +### Bug Fixes + +* **skill:** mark installed skills internal ([#279](https://github.com/kunchenguid/no-mistakes/issues/279)) ([d7878f7](https://github.com/kunchenguid/no-mistakes/commit/d7878f7184d476cb3ac2cfbbb06e7abb019694a3)) + ## [1.28.0](https://github.com/kunchenguid/no-mistakes/compare/v1.27.3...v1.28.0) (2026-06-10)