summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Releases.md4
-rw-r--r--cli/Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bb00ae39f..280759224 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -524,7 +524,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.10.0"
+version = "1.10.1"
dependencies = [
"atty",
"base64 0.13.0",
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)
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 38a84d8c5..1e3977b5b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.10.0"
+version = "1.10.1"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"