diff --git a/Cargo.lock b/Cargo.lock index bb00ae39f6..280759224d 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 cdb7fbed76..a7f9f11685 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 38a84d8c5b..1e3977b5b9 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"