From 43d70e3397f32b1bcc572eaa589faa50b99e5772 Mon Sep 17 00:00:00 2001 From: "cella-releases[bot]" <298194343+cella-releases[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:47:48 +0000 Subject: [PATCH] chore(main): release cli 0.0.4 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c917b57..6147aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.4](https://github.com/cellajs/cella-cli/compare/cli-0.0.3...cli-0.0.4) (2026-07-06) + + +### 🎉 New features + +* bootstrap scaffold sync base from Cella-Base trailer with tree-similarity fallback ([#4](https://github.com/cellajs/cella-cli/issues/4)) ([fb492d1](https://github.com/cellajs/cella-cli/commit/fb492d11b6f8c0296cc66566e74643329771a945)) +* versioned sync commit subject and upstream commit list in PR body ([#6](https://github.com/cellajs/cella-cli/issues/6)) ([db63de6](https://github.com/cellajs/cella-cli/commit/db63de62a6931cbe9a9124e24e3f93340aa5bdd9)) + ## [0.0.3](https://github.com/cellajs/cella-cli/compare/cli-0.0.2...cli-0.0.3) (2026-07-04) diff --git a/package.json b/package.json index 17526bf..9f45e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellajs/cli", - "version": "0.0.3", + "version": "0.0.4", "private": false, "license": "MIT", "description": "CLI for managing your monorepo and syncing with upstream Cella.",