summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-05-18 10:49:44 +0900
committerGitHub <noreply@github.com>2024-05-17 21:49:44 -0400
commitfcb6a18b2b9fe23f3c19f6039d8f270a3a1999d6 (patch)
treecdd55556d97e52ea19861506c3eb05356328ae67 /Releases.md
parent1a0fbc4c3cdba5901d4cb096cb1beb828fbc8427 (diff)
chore: forward v1.43.5 release commit to main (#23877)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 26cfab376..d03407192 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.43.5 / 2024.05.18
+
+- fix(npm): regression deserializing JSON for some npm packages (#23868)
+
### 1.43.4 / 2024.05.16
- fix(cli): panic with `deno coverage` (#23353)