diff --git a/.changeset/fix-dev-browser-sw-static-route.md b/.changeset/fix-dev-browser-sw-static-route.md deleted file mode 100644 index 31b5b77aa..000000000 --- a/.changeset/fix-dev-browser-sw-static-route.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Fix server startup failure when bundled web assets include `dev-browser-sw.js` by excluding the service worker from static file glob registration. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ecf8be83b..3105ab23f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.3 + +### Patch Changes + +- [#80](https://github.com/spencerkit/coder-studio/pull/80) [`c62bdc4`](https://github.com/spencerkit/coder-studio/commit/c62bdc450b83caf094ef68ef5486286541f47b9f) Thanks [@pallyoung](https://github.com/pallyoung)! - Fix server startup failure when bundled web assets include `dev-browser-sw.js` by excluding the service worker from static file glob registration. + ## 0.5.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 667780447..55896469d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.5.2", + "version": "0.5.3", "type": "module", "description": "Self-hosted browser workspace for AI coding agents, review, supervision, and cross-device continuation.", "main": "./src/index.ts",