diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-07-12 01:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 01:14:14 +0200 |
commit | 0be4c8947df249c6f0554f6acef704aa8df9e5c1 (patch) | |
tree | 29f8032a4159138855fb5278cb0e5f5fd6c014b8 /Releases.md | |
parent | 77f771b69c476b473cd638d69ebd6c7c64fa377f (diff) |
chore: forward v1.45.1 release commit to main (#24540)
This is the release commit being forwarded back to main for 1.45.1
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 1e5f3fd10..ee6e5def9 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.45.1 / 2024.07.11 + +- fix(node): Ignore broken default install scripts (#24534) +- fix(npm): only warn about lifecycle scripts not being run when setting up + directory (#24530) +- fix(workspace): allow using --import-map flag with workspace (#24527) + ### 1.45.0 / 2024.07.10 - BREAKING(unstable/ffi): remove callback reentrant flag (#24367) |