Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down