summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-11-17 11:00:58 -0500
committerGitHub <noreply@github.com>2021-11-17 11:00:58 -0500
commit4836ab769c00c83b7c5488c4d9c5f185be858e70 (patch)
tree52192948a8a88b5e1b4c86fbd8cd7b1c2e3d063f /Releases.md
parentcd61cedd194eab6630f443c2dfaf9ef9a8b733f1 (diff)
1.16.2 (#12794)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index ac8cda18a..ee722d7af 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,15 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.16.2 / 2021.11.17
+
+- feat(unstable/test): include test step pass/fail/ignore counts in final report
+ (#12432)
+- fix(cli): short-circuit in prepare_module_load() (#12604)
+- fix(lsp): retain module dependencies when parse is invalid (#12782)
+- fix(test): support typechecking docs with CRLF line endings (#12748)
+- fix(transpile): do not panic on `swc_ecma_utils::HANDLER` diagnostics (#12773)
+
### 1.16.1 / 2021.11.11
- feat(core): streams (#12596)