1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00
This commit is contained in:
Luca Casonato 2021-05-17 17:28:46 +02:00
parent 5887dd3c95
commit 9ad52a28e5
No known key found for this signature in database
GPG key ID: 789878CF6382A84F
3 changed files with 13 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
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
- fix(#10603): Disable lsp workspaces, resolve deadlock bug

View file

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