This commit is contained in:
Bartek Iwańczuk 2021-02-05 19:37:27 +01:00 committed by GitHub
parent 64f06be0eb
commit ae10219f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

2
Cargo.lock generated
View File

@ -396,7 +396,7 @@ checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908"
[[package]]
name = "deno"
version = "1.7.1"
version = "1.7.2"
dependencies = [
"atty",
"base64 0.13.0",

View File

@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
### 1.7.2 / 2021.02.05
- feat(lsp, unstable): add references code lens (#9316)
- feat(lsp, unstable): add TS quick fix code actions (#9396)
- fix: improve http client builder error message (#9380)
- fix(cli): fix handling of non-normalized specifier (#9357)
- fix(cli/coverage): display mapped instrumentation line counts (#9310)
- fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407)
- fix(repl): prevent symbol completion panic (#9400)
- refactor: rewrite Blob implementation (#9309)
- refactor: rewrite File implementation (#9334)
Release notes for std version 0.86.0:
https://github.com/denoland/deno_std/releases/tag/0.86.0
### 1.7.1 / 2021.01.29
- feat(lsp, unstable): add performance measurements (#9209)

View File

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