diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 466df71..a915e8c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cb9cb..aa2f669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/cellajs/cella-cli/compare/cli-0.1.0...cli-0.1.1) (2026-08-03) + + +### 🐞 Bug fixes + +* **sync:** recognize legacy config path on the cella/ move + warn on masking pins ([#17](https://github.com/cellajs/cella-cli/issues/17)) ([7818c13](https://github.com/cellajs/cella-cli/commit/7818c13a7512a3c5274da5f7e1c5195163ab73e3)) + ## [0.1.0](https://github.com/cellajs/cella-cli/compare/cli-0.0.6...cli-0.1.0) (2026-07-30) diff --git a/package.json b/package.json index 1337a57..9a7cbf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellajs/cli", - "version": "0.1.0", + "version": "0.1.1", "private": false, "license": "MIT", "description": "CLI for managing your monorepo and syncing with upstream Cella.",