From 05b745aca0f86acb850e86d82965d85e0564b083 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:38:30 +0000 Subject: [PATCH] chore(main): release 2.3.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f0ecbf4..8e535f3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dev-workflow", - "version": "2.2.0", + "version": "2.3.0", "description": "Complete development workflow: brainstorming, planning, TDD, debugging, agent team execution, subagent fallback, code review, PR merge", "author": { "name": "Tom Baker", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cb709..866162e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/tombakerjr/claude-code-workflows/compare/v2.2.0...v2.3.0) (2026-02-09) + + +### Features + +* add agent-team-development skill with parallel execution ([#8](https://github.com/tombakerjr/claude-code-workflows/issues/8)) ([79c4c05](https://github.com/tombakerjr/claude-code-workflows/commit/79c4c05d3dd1f66f1a36fd57240e362354af1253)) + ## [2.2.0](https://github.com/tombakerjr/claude-code-pr-workflow/compare/v2.1.0...v2.2.0) (2026-01-27)