mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v1.10.1
This commit is contained in:
parent
0e17f086ce
commit
1cd1419e18
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -524,7 +524,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "1.10.0"
|
||||
version = "1.10.1"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"base64 0.13.0",
|
||||
|
@ -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)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "1.10.0"
|
||||
version = "1.10.1"
|
||||
license = "MIT"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user