From 8b7641d4b377f548885644c399d866b7056d30ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 05:38:41 +0000 Subject: [PATCH] chore(main): release 1.29.0 --- .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 b0daa7d..6103afc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.28.1" + ".": "1.29.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d8cf8..d03dfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.29.0](https://github.com/kunchenguid/no-mistakes/compare/v1.28.1...v1.29.0) (2026-06-12) + + +### Features + +* **cli:** install agent skill at user level ([#284](https://github.com/kunchenguid/no-mistakes/issues/284)) ([f6760aa](https://github.com/kunchenguid/no-mistakes/commit/f6760aa115aaa3ea3efdb4402383af429ad5aaba)) + ## [1.28.1](https://github.com/kunchenguid/no-mistakes/compare/v1.28.0...v1.28.1) (2026-06-11)