diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 2731a933d..186a36bf9 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.20.5 / 2022.04.07 + +- feat(lsp/unstable): add experimental testing API (#13798) +- feat(lsp/unstable): support tasks in the config file (#14139) +- feat(unstable): add ref/unref to Listener (#13961) +- fix(cli/install): preserve compat flag (#14223) +- fix(ext/crypto): check extractable in exportKey (#14222) + ### 1.20.4 / 2022.03.31 - fix(compile): follow redirects when resolving (#14161) |