From 1e57081906fd2c504c0e4895681bdc7386c1956f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 2 Jul 2021 17:51:19 +0200 Subject: [PATCH] v1.11.5 --- Cargo.lock | 2 +- Releases.md | 4 ++++ cli/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22ed124d4e..220ea7d0fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.11.4" +version = "1.11.5" dependencies = [ "atty", "base64 0.13.0", diff --git a/Releases.md b/Releases.md index 8ed8d73dd5..bc57b6a80a 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.11.5 / 2021.07.02 + +- ci: don't set DENO_CANARY when releasing, attempt 2 (#11214) + ### 1.11.4 / 2021.07.01 - upgrade: swc 0.44.0 (#11197) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bab887b735..40d0d69c33 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.11.4" +version = "1.11.5" license = "MIT" authors = ["the Deno authors"] edition = "2018"