From 5ee33cef99743d6631b3c1896791df03b1cae18f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:57:06 +0000 Subject: [PATCH] Version Packages --- .changeset/prevent-stale-stop-state.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/prevent-stale-stop-state.md diff --git a/.changeset/prevent-stale-stop-state.md b/.changeset/prevent-stale-stop-state.md deleted file mode 100644 index 76fe621..0000000 --- a/.changeset/prevent-stale-stop-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/containers": patch ---- - -Prevent startup and stop handling races from persisting a stopped state for a running container. diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b178b..930619c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudflare/containers +## 0.3.7 + +### Patch Changes + +- a5fd50a: Prevent startup and stop handling races from persisting a stopped state for a running container. + ## 0.3.6 ### Patch Changes diff --git a/package.json b/package.json index af0ebe0..0de8c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/containers", - "version": "0.3.6", + "version": "0.3.7", "description": "Helper class for container-enabled Durable Objects", "repository": { "type": "git",