diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-05-17 18:34:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 18:34:09 +0200 |
commit | aecdbba2c25d08d771a4e4fbeb62cac60015a3bd (patch) | |
tree | 3bf310c63aa4014e36b95f8817a838a94fca2b71 /Releases.md | |
parent | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (diff) | |
parent | 9ad52a28e500931a291e9658f155c4c3861de61a (diff) |
Merge v1.10.2 into main (#10669)
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |