diff --git a/.changeset/strict-cli-package-assets.md b/.changeset/strict-cli-package-assets.md deleted file mode 100644 index 375a604d..00000000 --- a/.changeset/strict-cli-package-assets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Validate the final packed CLI manifest and every declared package entry before publishing, emit the public type declaration referenced by the package exports, and isolate npm acceptance candidates under traceable `rc--` dist-tags. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 24932737..bf9f1a23 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.8 + +### Patch Changes + +- [#105](https://github.com/spencerkit/coder-studio/pull/105) [`7c15fdf`](https://github.com/spencerkit/coder-studio/commit/7c15fdf6d883fbb2b424952e17e28f852c93692e) Thanks [@pallyoung](https://github.com/pallyoung)! - Validate the final packed CLI manifest and every declared package entry before publishing, emit the public type declaration referenced by the package exports, and isolate npm acceptance candidates under traceable `rc--` dist-tags. + ## 0.5.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c3b14463..db11007b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.5.7", + "version": "0.5.8", "type": "module", "description": "Self-hosted browser workspace for AI coding agents, review, supervision, and cross-device continuation.", "main": "./src/index.ts",