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"