File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v0.1.46] ( https://github.com/baryhuang/claude-code-by-agents/compare/v0.1.45...v0.1.46 ) - 2026-01-01
9+ - Fix Windows build: use bash shell for version update step by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/55
10+
811## [ v0.1.45] ( https://github.com/baryhuang/claude-code-by-agents/compare/v0.1.44...v0.1.45 ) - 2026-01-01
912- Remove npm-publish step from release workflow by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/52
1013- Fix release binary version to match tag by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/53
Original file line number Diff line number Diff line change 11{
22 "name" : " agentrooms" ,
3- "version" : " 0.1.45 " ,
3+ "version" : " 0.1.46 " ,
44 "type" : " module" ,
55 "description" : " Agentrooms - Multi-agent workspace for collaborative development" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments