Skip to content

Commit 16b18e2

Browse files
authored
2.1.12 (#28858)
Release to fix how the LTS version incorrectly reports itself as 2.1.10 instead of 2.1.11.
1 parent 19d69ef commit 16b18e2

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Releases.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases
66
We also have one-line install commands at:
77
https://github.com/denoland/deno_install
88

9+
### 2.1.12 / 2025.04.11
10+
11+
The 2.1.11 release had an incorrect version number when doing `deno -v`.
12+
13+
- fix(ext/node): alias `shake-128` and `shake-256` hash algorithms (#28451)
14+
- fix(ext/node): return `Buffer` from crypto cipher APIs (#28826)
15+
- fix(ext/node): support input option in spawnSync (#28792)
16+
- fix(ext/node): use primordials in `ext/node/polyfills/path/separator.ts`
17+
(#28669)
18+
- fix(node): add reset method to event loop delay histogram (#28788)
19+
920
### 2.1.11 / 2025.04.08
1021

1122
- docs: add examples for SubtleCrypto (#28068)

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno"
5-
version = "2.1.11"
5+
version = "2.1.12"
66
authors.workspace = true
77
default-run = "deno"
88
edition.workspace = true

cli/lib/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.10
1+
2.1.12

cli/rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "denort"
5-
version = "2.1.10"
5+
version = "2.1.12"
66
authors.workspace = true
77
default-run = "denort"
88
edition.workspace = true

0 commit comments

Comments
 (0)