summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-02-13 08:20:49 -0500
committerGitHub <noreply@github.com>2021-02-13 08:20:49 -0500
commitd2d7dc8d675d70f0061bdaf99ae4a08d84156aa9 (patch)
tree7f1b2823da824593e3ed15a659a1eda53a918f5f
parent4c5631f85a465857c8399e1e3b0423674da8cb14 (diff)
v1.7.4
-rw-r--r--Cargo.lock2
-rw-r--r--Releases.md4
-rw-r--r--cli/Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 29c21073e..ed931e9cb 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 646f39f1c..85cd963cb 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 b682b7c93..e8e90190a 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"