Skip to content

Commit 395878c

Browse files
authored
v2.3.3 (#29334)
1 parent 08b236b commit 395878c

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ denort_helper = { version = "0.3.0", path = "./ext/rt_helper" }
110110
# workspace libraries
111111
deno_bench_util = { version = "0.199.0", path = "./bench_util" }
112112
deno_features = { version = "0.2.0", path = "./runtime/features" }
113-
deno_lib = { version = "0.21.0", path = "./cli/lib" }
113+
deno_lib = { version = "0.22.0", path = "./cli/lib" }
114114
deno_npm_cache = { version = "0.24.0", path = "./resolvers/npm_cache" }
115115
deno_permissions = { version = "0.64.0", path = "./runtime/permissions" }
116116
deno_resolver = { version = "0.36.0", path = "./resolvers/deno" }

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.3.3 / 2025.05.16
10+
11+
- fix(check): ignore errors on ambient modules (#29135)
12+
- Revert "fix(fmt): upgrade markup_fmt and malva" (#29325)
13+
914
### 2.3.2 / 2025.05.15
1015

1116
- feat(coverage): add dark-mode to HTML coverage report (#29267)

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.3.2"
5+
version = "2.3.3"
66
authors.workspace = true
77
default-run = "deno"
88
edition.workspace = true

cli/lib/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_lib"
5-
version = "0.21.0"
5+
version = "0.22.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

cli/lib/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2
1+
2.3.3

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

0 commit comments

Comments
 (0)