diff --git a/.changeset/silent-forks-notice.md b/.changeset/silent-forks-notice.md deleted file mode 100644 index dafa865..0000000 --- a/.changeset/silent-forks-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/containers': patch ---- - -fix: correctly sync state when calling `stop()` diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7234b..ee109ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudflare/containers +## 0.0.31 + +### Patch Changes + +- 32a0928: fix: correctly sync state when calling `stop()` + ## 0.0.30 ### Patch Changes diff --git a/package.json b/package.json index 105696d..3c86695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/containers", - "version": "0.0.30", + "version": "0.0.31", "description": "Helper class for container-enabled Durable Objects", "repository": { "type": "git",