summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-05-11 23:11:50 -0400
committerGitHub <noreply@github.com>2021-05-11 23:11:50 -0400
commit1cd1419e18386d512ab98849d132117182545b89 (patch)
treea869f15e4e1ed4544ce275aa89878b4e59042f8e /Releases.md
parent0e17f086ce3795dc958e2bb8dad2bf3525d2b55f (diff)
v1.10.1
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index cdb7fbed7..a7f9f1168 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.10.1 / 2021.05.11
+
+- fix(#10603): Disable lsp workspaces, resolve deadlock bug
+
### 1.10.0 / 2021.05.11
- feat: "deno test" prompts number of tests and origin (#10428)