1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
This commit is contained in:
Luca Casonato 2021-07-01 13:57:51 +02:00 committed by GitHub
parent e2c175d6cd
commit ed16f43322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View file

@ -521,7 +521,7 @@ dependencies = [
[[package]]
name = "deno"
version = "1.11.3"
version = "1.11.4"
dependencies = [
"atty",
"base64 0.13.0",

View file

@ -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)

View file

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "1.11.3"
version = "1.11.4"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"