Skip to content

Commit 148597d

Browse files
Version Packages (#9805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1713c8 commit 148597d

File tree

19 files changed

+68
-44
lines changed

19 files changed

+68
-44
lines changed

.changeset/fluffy-comics-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-bobcats-lose.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-plants-compete.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/ripe-forks-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-frogs-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tangy-ghosts-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-grapes-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/miniflare/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# miniflare
22

3+
## 4.20250617.5
4+
5+
### Minor Changes
6+
7+
- [#9535](https://github.com/cloudflare/workers-sdk/pull/9535) [`56dc5c4`](https://github.com/cloudflare/workers-sdk/commit/56dc5c4946417df12688dd6b2374835f60c14be6) Thanks [@penalosa](https://github.com/penalosa)! - In 2023 we announced [breakpoint debugging support](https://blog.cloudflare.com/debugging-cloudflare-workers/) for Workers, which meant that you could easily debug your Worker code in Wrangler's built-in devtools (accessible via the `[d]` hotkey) as well as multiple other devtools clients, [including VSCode](https://developers.cloudflare.com/workers/observability/dev-tools/breakpoints/). For most developers, breakpoint debugging via VSCode is the most natural flow, but until now it's required [manually configuring a `launch.json` file](https://developers.cloudflare.com/workers/observability/dev-tools/breakpoints/#setup-vs-code-to-use-breakpoints), running `wrangler dev`, and connecting via VSCode's built-in debugger.
8+
9+
Now, using VSCode's built-in [JavaScript Debug Terminals](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_javascript-debug-terminal), there are just two steps: open a JS debug terminal and run `wrangler dev` (or `vite dev`). VSCode will automatically connect to your running Worker (even if you're running multiple Workers at once!) and start a debugging session.
10+
311
## 4.20250617.4
412

513
### Patch Changes

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "4.20250617.4",
3+
"version": "4.20250617.5",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

packages/pages-shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/pages-shared
22

3+
## 0.13.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`56dc5c4`](https://github.com/cloudflare/workers-sdk/commit/56dc5c4946417df12688dd6b2374835f60c14be6)]:
8+
9+
310
## 0.13.51
411

512
### Patch Changes

0 commit comments

Comments
 (0)