From 660f0b7f27c4cb152fc2339b24bcb5cca8f16c27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 23:49:02 +0000 Subject: [PATCH] chore(release): version package --- .changeset/calm-actors-resume.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-actors-resume.md diff --git a/.changeset/calm-actors-resume.md b/.changeset/calm-actors-resume.md deleted file mode 100644 index 2ed304a..0000000 --- a/.changeset/calm-actors-resume.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mcp-b/do-runtime": patch ---- - -Serialize transformed await publication until the owning continuation resumes so overlapping actors cannot overwrite each other's ambient identity. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7fc15..b9fe5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.6 + +### Patch Changes + +- 059433a: Serialize transformed await publication until the owning continuation resumes so overlapping actors cannot overwrite each other's ambient identity. + ## 0.3.5 ### Patch Changes diff --git a/package.json b/package.json index 0e2e0b5..c5d8d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcp-b/do-runtime", - "version": "0.3.5", + "version": "0.3.6", "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",