Skip to content

Commit

Permalink
Version Packages (#4591)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 15, 2023
1 parent c228c91 commit 4d2646d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-yaks-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-dryers-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-seas-press.md

This file was deleted.

2 changes: 1 addition & 1 deletion fixtures/worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230419.0",
"wrangler": "2.20.1"
"wrangler": "2.20.2"
}
}
39 changes: 15 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wrangler

## 2.20.2

### Patch Changes

- [#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`

* [#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

- [#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

`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.

## 2.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrangler",
"version": "2.20.1",
"version": "2.20.2",
"description": "Command-line interface for all things Cloudflare Workers",
"keywords": [
"wrangler",
Expand Down

0 comments on commit 4d2646d

Please sign in to comment.