diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-11-10 02:42:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 13:12:18 +0530 |
commit | e1b40a69c0241a9be7249b64118eae8741e24268 (patch) | |
tree | ed1766b2bbcfe562f37dac8600427232d4678446 /Releases.md | |
parent | ce778a947e70616b435920fd6f1fc28c4b2a78d1 (diff) |
chore: forward v2.0.6 release commit to main (#26804)
This is the release commit being forwarded back to main for 2.0.6
Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 801037930..5ce25815b 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 +### 2.0.6 / 2024.11.10 + +- feat(ext/http): abort event when request is cancelled (#26781) +- feat(ext/http): abort signal when request is cancelled (#26761) +- feat(lsp): auto-import completions from byonm dependencies (#26680) +- fix(ext/cache): don't panic when creating cache (#26780) +- fix(ext/node): better inspector support (#26471) +- fix(fmt): don't use self-closing tags in HTML (#26754) +- fix(install): cache jsr deps from all workspace config files (#26779) +- fix(node:zlib): gzip & gzipSync should accept ArrayBuffer (#26762) +- fix: performance.timeOrigin (#26787) + ### 2.0.5 / 2024.11.05 - fix(add): better error message when adding package that only has pre-release |