Skip to content

Commit e665ccc

Browse files
Version Packages (#3842)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 546c231 commit e665ccc

File tree

5 files changed

+75
-71
lines changed

5 files changed

+75
-71
lines changed

.changeset/fuzzy-flowers-kneel.md

-5
This file was deleted.

fixtures/worker-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"@cloudflare/workers-types": "^4.20230419.0",
11-
"wrangler": "2.20.0"
11+
"wrangler": "2.20.1"
1212
}
1313
}

package-lock.json

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

packages/wrangler/CHANGELOG.md

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

3+
## 2.20.1
4+
5+
### Patch Changes
6+
7+
- [#3820](https://github.com/cloudflare/workers-sdk/pull/3820) [`546c2319`](https://github.com/cloudflare/workers-sdk/commit/546c2319268fc592f069d9c41b5dabdcf84cc94f) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Prevent `wrangler pages dev` from serving asset files outside of the build output directory
8+
39
## 2.20.0
410

511
### Minor 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.20.0",
3+
"version": "2.20.1",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)