diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9f5a94c..1ae2ee6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,14 +7,14 @@ }, "metadata": { "description": "Complete code review ecosystem: 27 reviewer agents (17 language/framework, auto-dispatched by file type), a single /code-review command for local and GitHub/Bitbucket PR review, and security scanning skills", - "version": "3.0.0" + "version": "4.0.0" }, "plugins": [ { "name": "code-review", "source": "./", "description": "Complete code review ecosystem: 27 reviewer agents (17 language/framework, auto-dispatched by file type), a single /code-review command for local and GitHub/Bitbucket PR review, and security scanning skills", - "version": "3.0.0", + "version": "4.0.0", "author": { "name": "Terry Chen", "email": "zxtw17985321@gmail.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9348506..4da1373 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-review", - "version": "3.0.0", + "version": "4.0.0", "description": "Complete code review ecosystem: 27 reviewer agents (17 language/framework, auto-dispatched by file type), a single /code-review command for local and GitHub/Bitbucket PR review, and security scanning skills", "author": { "name": "Terry Chen", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..e6f8775 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eae3f30..b3ae48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/jurislm/code-review/compare/v3.0.0...v4.0.0) (2026-05-30) + + +### ⚠ BREAKING CHANGES + +* /review-pr and all /-review commands are removed. Use /code-review for everything — language specialists are now dispatched automatically based on the changed files. + +### Bug Fixes + +* use fully-qualified namespaced agent names throughout code-review command ([#11](https://github.com/jurislm/code-review/issues/11)) ([6c948e7](https://github.com/jurislm/code-review/commit/6c948e763560ae14c6e6e03df44ca62a06ffc3f6)) + ## [3.0.0](https://github.com/jurislm/code-review/compare/v2.0.0...v3.0.0) (2026-05-29)