This commit is contained in:
David Sherret 2021-10-13 03:48:18 -04:00 committed by GitHub
parent c2190be62a
commit b1d63aefd9
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

@ -624,7 +624,7 @@ dependencies = [
[[package]]
name = "deno"
version = "1.15.0"
version = "1.15.1"
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.15.1 / 2021.10.13
- fix: `--no-check` not properly handling code nested in TS expressions (#12416)
- fix: bundler panic when encountering export specifier with an alias (#12418)
### 1.15.0 / 2021.10.12
- feat: add --compat flag to provide built-in Node modules (#12293)

View File

@ -2,7 +2,7 @@
[package]
name = "deno"
version = "1.15.0"
version = "1.15.1"
authors = ["the Deno authors"]
default-run = "deno"
edition = "2018"