Skip to content

Commit 6afb90f

Browse files
chore(main): release 1.0.0 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53283a9 commit 6afb90f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.0.0 (2025-08-22)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* issue with action permission ([a77a1b6](https://github.com/thedaviddias/codekeeper/commit/a77a1b6846554b779223f29dad4ca9955d5a0576))
14+
* loop pr release ([53283a9](https://github.com/thedaviddias/codekeeper/commit/53283a91a1255c786178197363c4af4f59ce77eb))
15+
316
## [1.1.0](https://github.com/thedaviddias/codekeeper/compare/v1.0.0...v1.1.0) (2025-08-22)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codekeeper-guardrails",
3-
"version": "1.1.0",
3+
"version": "1.0.0",
44
"description": "Essential guardrails to prevent AI from going sideways in development projects",
55
"scripts": {
66
"guardrails:check": "node scripts/validation/check-all.js",

0 commit comments

Comments
 (0)