diff --git a/.changeset/calm-sockets-share.md b/.changeset/calm-sockets-share.md deleted file mode 100644 index 61b71ce..0000000 --- a/.changeset/calm-sockets-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mcp-b/do-runtime": patch ---- - -Export the shared in-memory hibernation mirror and browser WebSocket-upgrade adapter so embedders can reuse the reference host behavior instead of copying example shims. diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fbad7..63dae36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.1 + +### Patch Changes + +- 55bae81: Export the shared in-memory hibernation mirror and browser WebSocket-upgrade adapter so embedders can reuse the reference host behavior instead of copying example shims. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 0982e01..7c5696a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcp-b/do-runtime", - "version": "0.6.0", + "version": "0.6.1", "description": "Cloudflare's Durable Object runtime (workerd), ported to TypeScript: actors with input/output gates, SQLite storage, facets and alarms, running in the browser and in Node.", "keywords": [ "actors",