summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-06-20 03:29:53 +0900
committerGitHub <noreply@github.com>2024-06-19 20:29:53 +0200
commit6c6ee02dfdb0f158a0aab20905e362100b2c3328 (patch)
tree983d6ff6ae2a9c58967c5a0315a7795d2fb853e7 /Releases.md
parentb94707af7df757db13f24b7b70dbd7956d1e1e1c (diff)
chore: forward v1.44.4 release commit to main (#24271)
This is the release commit being forwarded back to main for 1.44.4 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index f38f29466..e8ff9f37c 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,13 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.44.4 / 2024.06.19
+
+- Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
+- fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
+- fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259)
+- fix(ext/node): use primordials in `ext/node/polyfills/_utils.ts` (#24253)
+
### 1.44.3 / 2024.06.18
- feat(lsp): multi deno.json resolver scopes (#24206)