Skip to content

Commit aa8c18e

Browse files
committed
chore: release v11.16.0
1 parent 9a3669d commit aa8c18e

File tree

6 files changed

+82
-58
lines changed

6 files changed

+82
-58
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.16.0](https://github.com/oxc-project/oxc-resolver/compare/v11.15.0...v11.16.0) - 2025-12-14
11+
12+
### <!-- 0 -->🚀 Features
13+
14+
- allow subpath imports that start with #/ ([#907](https://github.com/oxc-project/oxc-resolver/pull/907)) (by @Boshen)
15+
16+
### <!-- 1 -->🐛 Bug Fixes
17+
18+
- fix `clone_with_options` + `yarn_pnp: true` not working ([#916](https://github.com/oxc-project/oxc-resolver/pull/916)) (by @sapphi-red)
19+
20+
### <!-- 2 -->🚜 Refactor
21+
22+
- s/self.cache.as_ref()/&self.cache ([#910](https://github.com/oxc-project/oxc-resolver/pull/910)) (by @Boshen)
23+
24+
### <!-- 6 -->🧪 Testing
25+
26+
- add test cases for package imports starting with `#` or `#/` ([#905](https://github.com/oxc-project/oxc-resolver/pull/905)) (by @Boshen)
27+
28+
### Contributors
29+
30+
* @renovate[bot]
31+
* @sapphi-red
32+
* @Boshen
33+
1034
## [11.15.0](https://github.com/oxc-project/oxc-resolver/compare/v11.14.2...v11.15.0) - 2025-12-04
1135

1236
### <!-- 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.88.0"
1616
description = "ESM / CJS module resolution"
1717

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

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

0 commit comments

Comments
 (0)