Skip to content

Commit cf2f27b

Browse files
committed
chore(release): bump codingbuddy-claude-plugin version to 4.2.0
Fix version mismatch: claude-plugin was stuck at 4.1.0 while other packages were already at 4.2.0.
1 parent 16a27cd commit cf2f27b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/claude-code-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development",
55
"author": {
66
"name": "JeremyDev87",

packages/claude-code-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy-claude-plugin",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Claude Code Plugin for CodingBuddy - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills",
55
"author": "JeremyDev87",
66
"license": "MIT",
@@ -46,7 +46,7 @@
4646
"test:coverage": "vitest run --coverage"
4747
},
4848
"peerDependencies": {
49-
"codingbuddy": "^4.1.0"
49+
"codingbuddy": "^4.2.0"
5050
},
5151
"peerDependenciesMeta": {
5252
"codingbuddy": {

0 commit comments

Comments
 (0)