From d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 13 Feb 2021 08:20:49 -0500 Subject: [PATCH] v1.7.4 --- Cargo.lock | 2 +- Releases.md | 4 +++- cli/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29c21073eb..ed931e9cb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "deno" -version = "1.7.3" +version = "1.7.4" dependencies = [ "atty", "base64 0.13.0", diff --git a/Releases.md b/Releases.md index 646f39f1c7..85cd963cbd 100644 --- a/Releases.md +++ b/Releases.md @@ -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) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b682b7c935..e8e90190a1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.7.3" +version = "1.7.4" license = "MIT" authors = ["the Deno authors"] edition = "2018"