From 4f3373866b243c9e6207c131c007a2e94e96bebe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 06:16:46 +0000 Subject: [PATCH] chore(main): release 2.3.1 --- .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 8e535f3..0f5c856 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dev-workflow", - "version": "2.3.0", + "version": "2.3.1", "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 9965a34..aca3a49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 866162e..23ad36b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/tombakerjr/claude-code-workflows/compare/v2.3.0...v2.3.1) (2026-02-10) + + +### Bug Fixes + +* worktree support with .worktrees/ convention and cd-first approach ([#10](https://github.com/tombakerjr/claude-code-workflows/issues/10)) ([0dbb03b](https://github.com/tombakerjr/claude-code-workflows/commit/0dbb03b05f99cc698ea4c980b4110b96193801d2)) + ## [2.3.0](https://github.com/tombakerjr/claude-code-workflows/compare/v2.2.0...v2.3.0) (2026-02-09)