Skip to content

Commit ac632fb

Browse files
authored
chore: release v11.6.0 (#603)
1 parent f3b9d8c commit ac632fb

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [11.6.0](https://github.com/oxc-project/oxc-resolver/compare/v11.5.2...v11.6.0) - 2025-07-18
10+
11+
### <!-- 0 -->🚀 Features
12+
13+
- support pass closure to restriction ([#604](https://github.com/oxc-project/oxc-resolver/pull/604)) (by @JounQin) - #604
14+
15+
### <!-- 1 -->🐛 Bug Fixes
16+
17+
- support for resolving empty tsconfig file ([#602](https://github.com/oxc-project/oxc-resolver/pull/602)) (by @JounQin) - #602
18+
19+
### <!-- 9 -->💼 Other
20+
21+
- Expose the `ExtendsField` enum of TsConfig ([#607](https://github.com/oxc-project/oxc-resolver/pull/607)) (by @ostenbom) - #607
22+
23+
### Contributors
24+
25+
* @Boshen
26+
* @JounQin
27+
* @renovate[bot]
28+
* @ostenbom
29+
930
## [11.5.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.4.0...oxc_resolver-v11.5.0) - 2025-07-06
1031

1132
### <!-- 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.5.2", path = "." }
19+
oxc_resolver = { version = "11.6.0", path = "." }
2020

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "11.5.2",
3+
"version": "11.6.0",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "pnpm@10.13.1",
@@ -24,7 +24,7 @@
2424
"test": "vitest run -r ./napi",
2525
"build:debug": "napi build --platform --manifest-path napi/Cargo.toml",
2626
"build": "pnpm run build:debug --features allocator --release",
27-
"postinstall": "napi-postinstall oxc-resolver 11.5.2 check",
27+
"postinstall": "napi-postinstall oxc-resolver 11.6.0 check",
2828
"postbuild:debug": "node napi/patch.mjs"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)