mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
v1.11.4
This commit is contained in:
parent
e2c175d6cd
commit
ed16f43322
3 changed files with 7 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -521,7 +521,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "1.11.3"
|
||||
version = "1.11.4"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"base64 0.13.0",
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "1.11.3"
|
||||
version = "1.11.4"
|
||||
license = "MIT"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2018"
|
||||
|
|
Loading…
Reference in a new issue