Skip to content

Commit d0fb7b8

Browse files
Version Packages (#5056)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 01e0846 commit d0fb7b8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/lovely-dolls-taste.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/wrangler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# wrangler
22

3+
## 3.28.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
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.
10+
311
## 3.28.3
412

513
### Patch Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.28.3",
3+
"version": "3.28.4",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)