Skip to content

Commit 671b4e2

Browse files
committed
chore: release v11.13.3
1 parent e9c472c commit 671b4e2

File tree

5 files changed

+58
-58
lines changed

5 files changed

+58
-58
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ rust-version = "1.88.0"
1616
description = "ESM / CJS module resolution"
1717

1818
[workspace.dependencies]
19-
oxc_resolver = { version = "11.13.2", path = "." }
19+
oxc_resolver = { version = "11.13.3", path = "." }
2020

2121
[package]
2222
name = "oxc_resolver"
23-
version = "11.13.2"
23+
version = "11.13.3"
2424
authors.workspace = true
2525
categories.workspace = true
2626
edition.workspace = true

napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_resolver_napi"
3-
version = "11.13.2"
3+
version = "11.13.3"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)