mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
1.10.2
This commit is contained in:
parent
5887dd3c95
commit
9ad52a28e5
3 changed files with 13 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -521,7 +521,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.10.1"
|
version = "1.10.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
11
Releases.md
11
Releases.md
|
@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases
|
||||||
We also have one-line install commands at:
|
We also have one-line install commands at:
|
||||||
https://github.com/denoland/deno_install
|
https://github.com/denoland/deno_install
|
||||||
|
|
||||||
|
### 1.10.2 / 2021.05.17
|
||||||
|
|
||||||
|
- fix: static import permissions in dynamic imports
|
||||||
|
- fix(lsp): remove duplicate cwd in config path (#10620)
|
||||||
|
- fix(cli): ignore x-typescript-types header when media type is not js/jsx
|
||||||
|
(#10574)
|
||||||
|
- chore: upgrade Tokio to 1.6.0 (#10637)
|
||||||
|
|
||||||
|
Release notes for std version 0.97.0:
|
||||||
|
https://github.com/denoland/deno_std/releases/tag/0.97.0
|
||||||
|
|
||||||
### 1.10.1 / 2021.05.11
|
### 1.10.1 / 2021.05.11
|
||||||
|
|
||||||
- fix(#10603): Disable lsp workspaces, resolve deadlock bug
|
- fix(#10603): Disable lsp workspaces, resolve deadlock bug
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.10.1"
|
version = "1.10.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Add table
Reference in a new issue