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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.45](https://github.com/baryhuang/claude-code-by-agents/compare/v0.1.44...v0.1.45) - 2026-01-01
- Remove npm-publish step from release workflow by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/52
- Fix release binary version to match tag by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/53

## [v0.1.44](https://github.com/baryhuang/claude-code-by-agents/compare/v0.1.43...v0.1.44) - 2026-01-01
- Move electron to devDependencies by @baryhuang in https://github.com/baryhuang/claude-code-by-agents/pull/50

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentrooms",
"version": "0.1.44",
"version": "0.1.45",
"type": "module",
"description": "Agentrooms - Multi-agent workspace for collaborative development",
"keywords": [
Expand Down
Loading