diff --git a/.changeset/curly-cameras-yell.md b/.changeset/curly-cameras-yell.md deleted file mode 100644 index 7bb7bb8cd..000000000 --- a/.changeset/curly-cameras-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": minor ---- - -Align the published CLI package manifest with the development entrypoints while keeping dist-based publish overrides. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 85e8bc4e6..cbc6c1e9d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0 + +### Minor Changes + +- [#19](https://github.com/spencerkit/coder-studio/pull/19) [`31af2cc`](https://github.com/spencerkit/coder-studio/commit/31af2cc58cdd6a6587d335c18baf6b5d52cd3df6) Thanks [@pallyoung](https://github.com/pallyoung)! - Align the published CLI package manifest with the development entrypoints while keeping dist-based publish overrides. + All notable changes to this project will be documented in this file. ## 0.2.1 diff --git a/packages/cli/package.json b/packages/cli/package.json index 503d2902e..06f40ae62 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.2.6", + "version": "0.3.0", "type": "module", "description": "Coder Studio CLI - The only published package", "main": "./src/index.ts",