diff --git a/.changeset/lovely-dolls-taste.md b/.changeset/lovely-dolls-taste.md deleted file mode 100644 index ef0d5ebdb45f..000000000000 --- a/.changeset/lovely-dolls-taste.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: allow kv:namespace create to accept a namespace name that contains characters not allowed in a binding name - -This command tries to use the namespace name as the binding. Previously, we would unnecessarily error if this namespace name did not fit the binding name constraints. Now we accept such names and then remove invalid characters when generating the binding name. diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index e14f36e1e9ef..0840d500c039 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,13 @@ # wrangler +## 3.28.4 + +### Patch Changes + +- [#5050](https://github.com/cloudflare/workers-sdk/pull/5050) [`88be4b84`](https://github.com/cloudflare/workers-sdk/commit/88be4b847f8891041afcc4704e69a84d3abe6126) Thanks [@nora-soderlund](https://github.com/nora-soderlund)! - fix: allow kv:namespace create to accept a namespace name that contains characters not allowed in a binding name + + This command tries to use the namespace name as the binding. Previously, we would unnecessarily error if this namespace name did not fit the binding name constraints. Now we accept such names and then remove invalid characters when generating the binding name. + ## 3.28.3 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index e2ffa5d7de9d..83c5783a0d38 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.28.3", + "version": "3.28.4", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",