This commit is contained in:
Ryan Dahl 2021-05-11 23:11:50 -04:00 committed by GitHub
parent 0e17f086ce
commit 1cd1419e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@ -524,7 +524,7 @@ dependencies = [
[[package]]
name = "deno"
version = "1.10.0"
version = "1.10.1"
dependencies = [
"atty",
"base64 0.13.0",

View File

@ -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)

View File

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "1.10.0"
version = "1.10.1"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"