1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
This commit is contained in:
Luca Casonato 2021-07-02 17:51:19 +02:00 committed by GitHub
parent c848f12842
commit 1e57081906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
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
- upgrade: swc 0.44.0 (#11197)

View file

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