mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
v1.11.5
This commit is contained in:
parent
c848f12842
commit
1e57081906
3 changed files with 6 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.4"
|
version = "1.11.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
|
@ -6,6 +6,10 @@ 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.5 / 2021.07.02
|
||||||
|
|
||||||
|
- ci: don't set DENO_CANARY when releasing, attempt 2 (#11214)
|
||||||
|
|
||||||
### 1.11.4 / 2021.07.01
|
### 1.11.4 / 2021.07.01
|
||||||
|
|
||||||
- upgrade: swc 0.44.0 (#11197)
|
- upgrade: swc 0.44.0 (#11197)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.11.4"
|
version = "1.11.5"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue