summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-19 21:09:07 +0200
committerGitHub <noreply@github.com>2021-07-19 21:09:07 +0200
commit7d69f06db88cf022f2c5c6e0b04493af7b50a98b (patch)
tree4085884ffa8ea225f61dc36aa61994eabb96b05f
parentcd445a2a0d945c4f224878aabb46ad3c7f119a7e (diff)
v1.12.1
-rw-r--r--Cargo.lock2
-rw-r--r--Releases.md10
-rw-r--r--cli/Cargo.toml2
3 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b67369785..ba669fe82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -537,7 +537,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.12.0"
+version = "1.12.1"
dependencies = [
"atty",
"base64 0.13.0",
diff --git a/Releases.md b/Releases.md
index bb4383cac..705ef9abf 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,16 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
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
- feat: Add `MessageChannel` and `MessagePort` APIs (#11051)
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 542c9ce58..e6f415e70 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.12.0"
+version = "1.12.1"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"