summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-03 14:58:10 +0200
committerGitHub <noreply@github.com>2020-10-03 14:58:10 +0200
commitae1ed2d16687413381fc7e6b55dca9b1676855f6 (patch)
tree45c7f0be5dd4da446be67e54d60651e2fad071b0 /Releases.md
parentc191ca1aeb58a07fe13e5806a7c443ce93e57dd5 (diff)
v1.4.4
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)