diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-07-13 00:05:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 18:05:45 -0400 |
commit | 3a48bc695f36e82d974d8492d2286d3e6af3b675 (patch) | |
tree | eb458d5a3a983bea1ac5806e9388b085778d9b6d /Releases.md | |
parent | 8243c85a47aff3a1c143294482e22f4c49c1ad7b (diff) |
chore: forward v1.45.2 release commit to main (#24564)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index ee6e5def9..d71512a6f 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,20 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.45.2 / 2024.07.12 + +- fix(cli/init): broken link in deno init sample template (#24545) +- fix(config): regression - should not discover npm workspace for nested + deno.json not in workspace (#24559) +- fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546) +- fix(ext/webgpu): GPUDevice.createRenderPipelineAsync should return a Promise + (#24349) +- fix(node): revert invalid package target change (#24539) +- fix(publish): show dirty files on dirty check failure (#24541) +- fix: include already seen deps in lockfile dep tracking (#24556) +- fix: unblock fsevents native module (#24542) +- perf(ext/crypto): make randomUUID() 5x faster (#24510) + ### 1.45.1 / 2024.07.11 - fix(node): Ignore broken default install scripts (#24534) |