Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 080692f

Browse files
bobmatnycclaude
andcommitted
chore: bump version to 5.4.12
πŸ€–πŸ‘₯ Generated with [Claude MPM](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 1765d06 commit 080692f

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

β€ŽBUILD_NUMBERβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
572
1+
573

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v5.4.12 (2025-12-19)
2+
3+
### Changed
4+
- **Version**: Patch version bump
5+
16
## v5.4.11 (2025-12-19)
27

38
### Fixed

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.11
1+
5.4.12

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-mpm",
3-
"version": "5.4.11",
3+
"version": "5.4.12",
44
"description": "NPM wrapper for claude-mpm Python package - Requires Python 3.8+. Orchestrate Claude with agent delegation and ticket tracking",
55
"keywords": [
66
"claude",

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "claude-mpm"
7-
version = "5.4.11"
7+
version = "5.4.12"
88
description = "Claude Multi-Agent Project Manager - Orchestrate Claude with agent delegation and ticket tracking"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -187,7 +187,7 @@ ignore-imports = false
187187

188188
[tool.commitizen]
189189
name = "cz_conventional_commits"
190-
version = "5.4.11"
190+
version = "5.4.12"
191191
version_files = [ "VERSION", "src/claude_mpm/VERSION", "package.json:version",]
192192
tag_format = "v$version"
193193
update_changelog_on_bump = true

β€Žsrc/claude_mpm/VERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.11
1+
5.4.12

0 commit comments

Comments
Β (0)