mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v1.7.4
This commit is contained in:
parent
4c5631f85a
commit
d2d7dc8d67
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -396,7 +396,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "1.7.3"
|
||||
version = "1.7.4"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"base64 0.13.0",
|
||||
|
@ -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)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "1.7.3"
|
||||
version = "1.7.4"
|
||||
license = "MIT"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user