diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-04-12 06:19:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 04:19:46 +0000 |
commit | c92f1186529b1d7e134647ae5c277ac0154b35f1 (patch) | |
tree | 8bf42854d6ef8f358f67e23ac28456bfdca5c5d8 /Releases.md | |
parent | 98077e4b3ce5bf3fd7378d0c2b711fcd97bcc143 (diff) |
chore: forward v1.42.3 release commit to main (#23335)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 50d2c9518..b40995475 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,19 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.42.3 / 2024.04.12 + +- Revert "refactor(ext/net): extract TLS key and certificate from inter… + (#23325) +- fix(inspector): don't panic if port is not free (#22745) +- fix(lsp): Denormalize specifiers before calling `$projectChanged` (#23322) +- fix(npm): local nodeModulesDir was sometimes resolving duplicates of same + package (#23320) +- fix(publish): do not warn about excluded external modules in node_modules + directory (#23173) +- fix: upgrade deno_ast related crates (#23187) +- perf(lsp): use a stub module in tsc for failed resolutions (#23313) + ### 1.42.2 / 2024.04.11 - FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235) |