mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 16:42:21 -05:00
v1.12.1
This commit is contained in:
parent
cd445a2a0d
commit
7d69f06db8
3 changed files with 12 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -537,7 +537,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.12.0"
|
version = "1.12.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
10
Releases.md
10
Releases.md
|
@ -6,6 +6,16 @@ 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.12.1 / 2021.07.19
|
||||||
|
|
||||||
|
- fix: Big{U|}Int64Array in crypto.getRandomValues (#11447)
|
||||||
|
- fix(extensions/http): correctly concat cookie headers (#11422)
|
||||||
|
- fix(extensions/web): aborting a FileReader should not affect later reads
|
||||||
|
(#11381)
|
||||||
|
- fix(repl): output error without hanging when input is invalid (#11426)
|
||||||
|
- fix(tsc): add .at() types manually to tsc (#11443)
|
||||||
|
- fix(workers): silently ignore non-existent worker IDs (#11417)
|
||||||
|
|
||||||
### 1.12.0 / 2021.07.13
|
### 1.12.0 / 2021.07.13
|
||||||
|
|
||||||
- feat: Add `MessageChannel` and `MessagePort` APIs (#11051)
|
- feat: Add `MessageChannel` and `MessagePort` APIs (#11051)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.12.0"
|
version = "1.12.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue