Skip to content

Commit 1bb334b

Browse files
chore: release 1.1.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a77a1b6 commit 1bb334b

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.0.0",
3-
"eslint-plugin-codekeeper": "1.0.0"
2+
".": "1.1.0",
3+
"eslint-plugin-codekeeper": "1.1.0"
44
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/thedaviddias/codekeeper/compare/v1.0.0...v1.1.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))
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/thedaviddias/codekeeper/compare/v1.0.0...v1.1.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))

eslint-plugin-codekeeper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@thedaviddias/eslint-plugin-codekeeper",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "ESLint plugin for CodeKeeper AI development guardrails",
55
"main": "index.js",
66
"keywords": [
77
"eslint",
8-
"eslintplugin",
8+
"eslintplugin",
99
"eslint-plugin",
1010
"typescript",
1111
"react",

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.0.0",
3+
"version": "1.1.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)