diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-05-11 08:20:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 19:20:34 -0400 |
commit | dac49a116e094be1a3048305dfb6b10bbddcc030 (patch) | |
tree | 2b9580390f2bb603147c9ffa9cf1247d319481a3 /Releases.md | |
parent | 93c6046d7f225769d180d0c22f57045fa0e7f9e2 (diff) |
chore: forward v1.43.3 release commit to main (#23771)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 7274f677e..87050babc 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.43.3 / 2024.05.10 + +- fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752) +- fix(lsp): completions for using decl identifiers (#23748) +- fix(lsp): move sloppy import resolution from loader to resolver (#23751) +- fix(node): better cjs re-export handling (#23760) +- fix(runtime): Allow opening /dev/fd/XXX for unix (#23743) +- fix(task): regression where `npx <command>` sometimes couldn't find command + (#23730) +- fix: bump deno_core to fix unsoundness (#23768) + ### 1.43.2 / 2024.05.08 - feat(runtime): allow adding custom extensions to snapshot (#23569) |