diff --git a/.changeset/free-dogs-marry.md b/.changeset/free-dogs-marry.md deleted file mode 100644 index 88858ca..0000000 --- a/.changeset/free-dogs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudflare/containers': minor ---- - -add pingEndpoint to configure the ping URL of the container class diff --git a/CHANGELOG.md b/CHANGELOG.md index ee109ef..b71683e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudflare/containers +## 0.1.0 + +### Minor Changes + +- 05e64b7: add pingEndpoint to configure the ping URL of the container class + ## 0.0.31 ### Patch Changes diff --git a/package.json b/package.json index 03161c3..ae4e068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/containers", - "version": "0.0.31", + "version": "0.1.0", "description": "Helper class for container-enabled Durable Objects", "repository": { "type": "git",