From 249c8d257ee5139117aa8c77984a5ef859cad1e6 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:02:16 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 919c5f4..2527c45 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": "1.3.0" + "version": "2.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": "1.3.0", + "version": "2.0.0", "author": { "name": "Terry Chen", "email": "zxtw17985321@gmail.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d0d3e3a..301340c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-review", - "version": "1.3.0", + "version": "2.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 96f1cd9..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d5bc7..74425db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.0.0](https://github.com/jurislm/code-review/compare/v1.3.0...v2.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. +* /review-pr and all /-review commands are removed. Use /code-review for everything — language specialists are now dispatched automatically based on the changed files. + +### Features + +* align all 27 agents with official plugin-dev triggering format ([#8](https://github.com/jurislm/code-review/issues/8)) ([4f940a3](https://github.com/jurislm/code-review/commit/4f940a3e6d4722be5624436609d5081eed097aa1)) +* unify all review commands into a single auto-dispatching /code-review ([#7](https://github.com/jurislm/code-review/issues/7)) ([cedbba2](https://github.com/jurislm/code-review/commit/cedbba24e60df75022de724c1551d9162e124611)) + + +### Bug Fixes + +* address second code review pass — 15 correctness and structural fixes ([188c180](https://github.com/jurislm/code-review/commit/188c1808c2c509c5e68daea071fb9d44dd0c3582)) + + +### Documentation + +* sync version string to v1.3.0 ([#6](https://github.com/jurislm/code-review/issues/6)) ([dbee28f](https://github.com/jurislm/code-review/commit/dbee28f733fd1316a873939959850154105d5a8a)) + ## [1.3.0](https://github.com/jurislm/code-review/compare/v1.2.0...v1.3.0) (2026-05-27)