Skip to content

Commit 5271786

Browse files
authored
chore: release v11.4.0 (#585)
1 parent d730421 commit 5271786

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [11.4.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.3.0...oxc_resolver-v11.4.0) - 2025-07-01
10+
11+
### <!-- 0 -->🚀 Features
12+
13+
- bump `pnp` to 0.11.0 ([#577](https://github.com/oxc-project/oxc-resolver/pull/577)) (by @Boshen) - #577
14+
15+
### Contributors
16+
17+
* @Boshen
18+
919
## [11.3.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.2.1...oxc_resolver-v11.3.0) - 2025-06-26
1020

1121
### <!-- 0 -->🚀 Features

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.85.0"
1616
description = "ESM / CJS module resolution"
1717

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

2121
[package]
2222
name = "oxc_resolver"
23-
version = "11.3.0"
23+
version = "11.4.0"
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.3.0"
3+
version = "11.4.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "11.3.0",
3+
"version": "11.4.0",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)