From 9ad52a28e500931a291e9658f155c4c3861de61a Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 17 May 2021 17:28:46 +0200 Subject: [PATCH] 1.10.2 --- Cargo.lock | 2 +- Releases.md | 11 +++++++++++ cli/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47803897f1..af4168fcd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.10.1" +version = "1.10.2" dependencies = [ "atty", "base64 0.13.0", diff --git a/Releases.md b/Releases.md index a7f9f11685..a533242269 100644 --- a/Releases.md +++ b/Releases.md @@ -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 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9b207d3603..44976eff11 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.10.1" +version = "1.10.2" license = "MIT" authors = ["the Deno authors"] edition = "2018"