summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-03 22:23:16 +0530
committerDavid Sherret <dsherret@users.noreply.github.com>2022-03-03 15:05:18 -0500
commit975f413c4607ac9130aa31f6497a9820bab57bbd (patch)
tree41490fd68d9babc07c358b5da848c4ced3330a09 /Releases.md
parent95459e60f65f4492528cccfa4c777b15e464bc39 (diff)
1.19.2 (#13825)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index f532d305a..beed36da2 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,13 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.19.2 / 2022.03.03
+
+- fix(cli): disable config discovery for remote script (#13745)
+- fix(repl): fix null eval result (#13804)
+- fix(runtime): disable console color for non tty stdout (#13782)
+- fix(test): use --no-prompt by default (#13777)
+
### 1.19.1 / 2022.02.24
- feat(ext/ffi): Support read only global statics (#13662)