summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Releases.md11
-rw-r--r--cli/Cargo.toml2
3 files changed, 13 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 47803897f..af4168fcd 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 a7f9f1168..a53324226 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 9b207d360..44976eff1 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"