mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 06:07:03 -04: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]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.11.3"
|
version = "1.11.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
|
@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases
|
||||||
We also have one-line install commands at:
|
We also have one-line install commands at:
|
||||||
https://github.com/denoland/deno_install
|
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
|
### 1.11.3 / 2021.06.29
|
||||||
|
|
||||||
- fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)
|
- fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.11.3"
|
version = "1.11.4"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Add table
Reference in a new issue