From f79395e6204a90dcd967526eb8790658bc887639 Mon Sep 17 00:00:00 2001 From: "cella-releases[bot]" <298194343+cella-releases[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:42:06 +0000 Subject: [PATCH] chore(main): release cli 0.2.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2f669..af0d448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/cellajs/cella-cli/compare/cli-0.1.1...cli-0.2.0) (2026-08-13) + + +### ⚠ BREAKING CHANGES + +* **sync:** `cella sync` no longer pushes/opens the PR in the same run that commits the merge; rerun it on the committed branch to ship. + +### 🎉 New features + +* **sync:** commit and ship in separate runs, no flag needed ([#19](https://github.com/cellajs/cella-cli/issues/19)) ([42b2216](https://github.com/cellajs/cella-cli/commit/42b22168e53ff052471985e2319ad91442ec33af)) + ## [0.1.1](https://github.com/cellajs/cella-cli/compare/cli-0.1.0...cli-0.1.1) (2026-08-03) diff --git a/package.json b/package.json index 9a7cbf5..f70afda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellajs/cli", - "version": "0.1.1", + "version": "0.2.0", "private": false, "license": "MIT", "description": "CLI for managing your monorepo and syncing with upstream Cella.",