From a1d7ed52b285a65784b5794741466a3932a6630c Mon Sep 17 00:00:00 2001 From: Bary Huang Date: Thu, 1 Jan 2026 06:46:06 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 6d395412..5311ee7d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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": [ From 9c625f405663b272c697614c83ef1e0a17a056e5 Mon Sep 17 00:00:00 2001 From: Bary Huang Date: Thu, 1 Jan 2026 06:46:07 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d048d09..df2c2742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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