From b5b81db345ad9a81505bc02c2e17d0dc6640ef33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:44:24 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eefd224..db15f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/thedaviddias/codekeeper/compare/v1.0.0...v1.1.0) (2025-08-22) + + +### Features + +* add console logs validation with Next.js auto-removal detection ([#2](https://github.com/thedaviddias/codekeeper/issues/2)) ([08bfdfc](https://github.com/thedaviddias/codekeeper/commit/08bfdfc1305607b98df2bedf587cf6096ac54ab5)) + + +### Bug Fixes + +* issue with action permission ([a77a1b6](https://github.com/thedaviddias/codekeeper/commit/a77a1b6846554b779223f29dad4ca9955d5a0576)) +* loop pr release ([53283a9](https://github.com/thedaviddias/codekeeper/commit/53283a91a1255c786178197363c4af4f59ce77eb)) +* release in a loop ([e6f2644](https://github.com/thedaviddias/codekeeper/commit/e6f2644f700a9640b583ae779f489e4634b9d03a)) + ## 1.0.0 (2025-08-22) diff --git a/package.json b/package.json index cfca056..b2f6f99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codekeeper-guardrails", - "version": "1.0.0", + "version": "1.1.0", "description": "Essential guardrails to prevent AI from going sideways in development projects", "scripts": { "guardrails:check": "node scripts/validation/check-all.js",