summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 8b7dfd859..534b288cd 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,12 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### 1.4.4 / 2020.10.03
+
+- fix(cli): Update type definitions to align to TS dom (#7791)
+- fix(cli/repl): Fix hot loop in REPL (#7804)
+- fix(cli/repl): Enable colors on inspected values (#7798)
+
### 1.4.3 / 2020.10.02
- feat(unstable): Add module specifier to deno info --json output (#7725)