mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
1.15.1
This commit is contained in:
parent
c2190be62a
commit
b1d63aefd9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -624,7 +624,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "1.15.0"
|
||||
version = "1.15.1"
|
||||
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.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)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "1.15.0"
|
||||
version = "1.15.1"
|
||||
authors = ["the Deno authors"]
|
||||
default-run = "deno"
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user