From eb9d3169de796becfb0d64bd435ded2ab4c8ed2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:05:54 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2527c45..9f5a94c 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": "2.0.0" + "version": "3.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": "2.0.0", + "version": "3.0.0", "author": { "name": "Terry Chen", "email": "zxtw17985321@gmail.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 301340c..9348506 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-review", - "version": "2.0.0", + "version": "3.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 895bf0e..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74425db..eae3f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/jurislm/code-review/compare/v2.0.0...v3.0.0) (2026-05-29) + + +### ⚠ 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. + +### Documentation + +* sync version string to v2.0.0 ([#9](https://github.com/jurislm/code-review/issues/9)) ([21f6835](https://github.com/jurislm/code-review/commit/21f6835f91ec88e26f6980eb95e3154d44e09bce)) + ## [2.0.0](https://github.com/jurislm/code-review/compare/v1.3.0...v2.0.0) (2026-05-29)