From 1c44f4060edb23898bb685ae49a90f658c6c2c05 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 27 May 2022 17:36:43 +1000 Subject: 1.22.1 Co-authored-by: Kitson Kelly Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> --- Releases.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 2acde817a..1936396d3 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,24 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.22.1 / 2022.05.27 + +- fix(bench): update typo in bench summary (#14672) +- fix(cli/dts): change `ChildStatus.signal` from `string` to `Deno.Signal` + (#14690) +- fix(core): op metrics op_names mismatch (#14716) +- fix(core): rethrow exception during structured cloning serialization (#14671) +- fix(coverage): do not report transpiled files with no lines (#14699) +- fix(ext/websocket): WebSocket dispatch single close event (#13443) +- fix(fmt): prevent infinite loop when formatting certain binary expressions + (#14725) +- fix(runtime): improve permission descriptor validation (#14676) +- fix(vendor): handle relative imports when mapped local folder name differs + from remote's (#14465) +- fix: deno task should actually use current exe for `deno` command (#14705) +- fix: prevent Deno.exit to fail when dispatchEvent tampered (#14665) +- fix: read raw stdin to prevent buffering (regression) (#14704) + ### 1.22.0 / 2022.05.18 - BREAKING(unstable): Enable Deno namespace in workers by default (#14581) -- cgit v1.2.3