Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2251

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-fireants-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-dryers-unite.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tall-waves-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-rockets-serve.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

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

## 2.4.3

### Patch Changes

- [#2249](https://github.com/cloudflare/wrangler2/pull/2249) [`e41c7e41`](https://github.com/cloudflare/wrangler2/commit/e41c7e41c3ee36d852daad859cd8cbb31641f95f) Thanks [@mrbbot](https://github.com/mrbbot)! - Enable pretty source-mapped error pages when using `--experimental-local`

* [#2208](https://github.com/cloudflare/wrangler2/pull/2208) [`5bd04296`](https://github.com/cloudflare/wrangler2/commit/5bd04296ea15a72fbd8c3ac395d129d0dcfb9179) Thanks [@OilyLime](https://github.com/OilyLime)! - Add link to Queues tab in dashboard when unauthorized to use Queues

- [#2248](https://github.com/cloudflare/wrangler2/pull/2248) [`effc2215`](https://github.com/cloudflare/wrangler2/commit/effc2215dd3b4a5be539d22795a59b02ca5164ff) Thanks [@rozenmd](https://github.com/rozenmd)! - chore: remove d1 local hardcoding

Prior to this change wrangler would only ever use local mode when testing d1.

After this change d1 tests can access both local and remote Workers.

* [#2254](https://github.com/cloudflare/wrangler2/pull/2254) [`9e296a4d`](https://github.com/cloudflare/wrangler2/commit/9e296a4d0e71e7453e4b6722e7e12042040590ab) Thanks [@penalosa](https://github.com/penalosa)! - Add an option to customise whether `wrangler login` opens a browser automatically. Use `wrangler login --no-browser` to prevent a browser being open—the link will be printed to the console so it can be manually opened.

## 2.4.2

### 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.4.2",
"version": "2.4.3",
"description": "Command-line interface for all things Cloudflare Workers",
"keywords": [
"wrangler",
Expand Down