summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-06-06 12:23:10 +0900
committerGitHub <noreply@github.com>2024-06-06 03:23:10 +0000
commit4d531bf229069f28b96c53c7c0f30f068b410382 (patch)
tree9e0305e0ff1ba5b47a70e34e07a552c99502b9fe /Releases.md
parentc7894447eb5be069c9b075447f0a2f7871b3d8a1 (diff)
chore: forward v1.44.1 release commit to main (#24115)
This is the release commit being forwarded back to main for 1.44.1 Co-authored-by: devsnek <devsnek@users.noreply.github.com> Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index d4417e247..9e69d862c 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,18 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.44.1 / 2024.06.05
+
+- fix(console): add missing AssertionError to js (#22358)
+- fix(docs): update Deno.Command docs (#24097)
+- fix(lsp): complete exports for import mapped jsr specifiers (#24054)
+- fix(npm): use configured auth for tarball urls instead of scope auth (#24111)
+- fix: better handling of npm resolution occurring on workers (#24094)
+- fix: retry writing lockfile on failure (#24052)
+- fix: support importing statically unanalyzable npm specifiers (#24107)
+- fix: update deno_npm (#24065)
+- fix: validate integer values in `Deno.exitCode` setter (#24068)
+
### 1.44.0 / 2024.05.30
- BREAKING(ffi/unstable): always return u64 as bigint (#23981)