Skip to content

Commit 010e319

Browse files
Version Packages (#1246)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87537b4 commit 010e319

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/rich-pants-sleep.md

-9
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wrangler/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# wrangler
22

3+
## 2.0.11
4+
5+
### Patch Changes
6+
7+
- [#1239](https://github.com/cloudflare/wrangler2/pull/1239) [`df55709`](https://github.com/cloudflare/wrangler2/commit/df5570924050298d6fc4dfe09304571472050c1a) Thanks [@threepointone](https://github.com/threepointone)! - polish: don't include folder name in Sites kv asset keys
8+
9+
As reported in https://github.com/cloudflare/wrangler2/issues/1189, we're including the name of the folder in the keys of the KV store that stores the assets. This doesn't match v1 behaviour. It makes sense not to include these since, we should be able to move around the folder and not have to reupload the entire folder again.
10+
11+
Fixes https://github.com/cloudflare/wrangler2/issues/1189
12+
313
## 2.0.10
414

515
### Patch Changes

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"author": "[email protected]",
55
"description": "Command-line interface for all things Cloudflare Workers",
66
"bin": {

0 commit comments

Comments
 (0)