summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-10-13 03:48:18 -0400
committerGitHub <noreply@github.com>2021-10-13 13:18:18 +0530
commitb1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17 (patch)
treef154f50d00429eb9e1a9fddce914900db1bac268 /Releases.md
parentc2190be62a71a11d4b8045f81c4381ad5df8507f (diff)
1.15.1
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index c15ee8153..93d451963 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.15.1 / 2021.10.13
+
+- fix: `--no-check` not properly handling code nested in TS expressions (#12416)
+- fix: bundler panic when encountering export specifier with an alias (#12418)
+
### 1.15.0 / 2021.10.12
- feat: add --compat flag to provide built-in Node modules (#12293)