Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down