This commit is contained in:
Ryan Dahl 2021-02-13 08:20:49 -05:00 committed by GitHub
parent 4c5631f85a
commit d2d7dc8d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

2
Cargo.lock generated
View File

@ -396,7 +396,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
[[package]]
name = "deno"
version = "1.7.3"
version = "1.7.4"
dependencies = [
"atty",
"base64 0.13.0",

View File

@ -6,7 +6,7 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
### 1.7.3 / 2021.02.12
### 1.7.4 / 2021.02.13
- feat(unstable, lsp): add deno cache code actions (#9471)
- feat(unstable, lsp): add implementations code lens (#9441)
@ -28,6 +28,8 @@ https://github.com/denoland/deno_install
Release notes for std version 0.87.0:
https://github.com/denoland/deno_std/releases/tag/0.87.0
v1.7.3 was released but quickly removed due to bug #9484.
### 1.7.2 / 2021.02.05
- feat(lsp, unstable): add references code lens (#9316)

View File

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