From 760af934d9b4bf8d0ab7f47263dd7cb9675db7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 21 Dec 2023 19:43:52 +0100 Subject: chore: forward v1.39.1 commit to main (#21667) (#21671) Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: bartlomieju --- Releases.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 53a5cfce6..46e5d5bdc 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,28 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.39.1 / 2023.12.21 + +- fix(bench): added group banner to bench output. (#21551) +- fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554) +- fix(coverage): add default coverage include dir (#21625) +- fix(coverage): error if no files found (#21615) +- fix(devcontainer): moved settings to customizations/vscode (#21512) +- fix(ext/napi): don't close handle scopes in NAPI as the pointers are invalid + (#21629) +- fix(jupyter): Deno.test() panic (#21606) +- fix(lsp): apply specifier rewrite to CompletionItem::text_edit (#21564) +- fix(net): remove unstable check for unix socket listen (#21592) +- fix(node): add crypto.pseudoRandomBytes (#21649) +- fix(node): child_process IPC on Windows (#21597) +- fix(node): child_process kill cancel pending IPC reads (#21647) +- fix(node): return false from vm.isContext (#21568) +- fix(node): support resolving a package.json import to a builtin node module + (#21576) +- fix(repl): remove stray debug log (#21635) +- fix: prompts when publishing (#21596) +- fix: urls for publishing (#21613) + ### 1.39.0 / 2023.12.13 - Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370) -- cgit v1.2.3