Skip to content

Commit 4d2646d

Browse files
Version Packages (#4591)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c228c91 commit 4d2646d

File tree

7 files changed

+29
-43
lines changed

7 files changed

+29
-43
lines changed

.changeset/cyan-yaks-rule.md

-5
This file was deleted.

.changeset/warm-dryers-double.md

-5
This file was deleted.

.changeset/wise-seas-press.md

-7
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.1"
11+
"wrangler": "2.20.2"
1212
}
1313
}

package-lock.json

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

packages/wrangler/CHANGELOG.md

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

3+
## 2.20.2
4+
5+
### Patch Changes
6+
7+
- [#4609](https://github.com/cloudflare/workers-sdk/pull/4609) [`c228c912`](https://github.com/cloudflare/workers-sdk/commit/c228c9120f42f7e0135fafe406bc71a766e7bba3) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: pin `workerd` to `1.20230404.0`
8+
9+
* [#4587](https://github.com/cloudflare/workers-sdk/pull/4587) [`49a46960`](https://github.com/cloudflare/workers-sdk/commit/49a469601adaa9eb9e1f2d6de197c1979d5c6c1b) Thanks [@mrbbot](https://github.com/mrbbot)! - Change dev registry and inspector server to listen on 127.0.0.1 instead of all interfaces
10+
11+
- [#4587](https://github.com/cloudflare/workers-sdk/pull/4587) [`49a46960`](https://github.com/cloudflare/workers-sdk/commit/49a469601adaa9eb9e1f2d6de197c1979d5c6c1b) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: validate `Host` and `Orgin` headers where appropriate
12+
13+
`Host` and `Origin` headers are now checked when connecting to the inspector proxy. If these don't match what's expected, the request will fail.
14+
315
## 2.20.1
416

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

0 commit comments

Comments
 (0)