diff --git a/Cargo.lock b/Cargo.lock index b75c3eb1ce..22ed124d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.11.3" +version = "1.11.4" dependencies = [ "atty", "base64 0.13.0", diff --git a/Releases.md b/Releases.md index 0ea8c9d54f..8ed8d73dd5 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.11.4 / 2021.07.01 + +- upgrade: swc 0.44.0 (#11197) +- ci: don't set DENO_CANARY when releasing (#11181) + ### 1.11.3 / 2021.06.29 - fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5a237dad0a..bab887b735 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.11.3" +version = "1.11.4" license = "MIT" authors = ["the Deno authors"] edition = "2018"