Skip to content

Commit 5b85bda

Browse files
authored
2.1.13 (#29284)
1 parent 2f0fae9 commit 5b85bda

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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.13 / 2025.05.13
10+
11+
- fix: handling of contradictory global permission flags (#29213)
12+
- fix: make --allow-env stronger that --deny-env (#29079)
13+
914
### 2.1.12 / 2025.04.11
1015

1116
The 2.1.11 release had an incorrect version number when doing `deno -v`.

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.12"
5+
version = "2.1.13"
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.12
1+
2.1.13

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.12"
5+
version = "2.1.13"
66
authors.workspace = true
77
default-run = "denort"
88
edition.workspace = true

0 commit comments

Comments
 (0)