Skip to content

Commit 5e0a224

Browse files
authored
Merge pull request #56 from baryhuang/tagpr-from-v0.1.45
Release for v0.1.46
2 parents 07acf8e + 78b4c56 commit 5e0a224

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)