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.",