Skip to content

Commit e2e2d65

Browse files
authored
chore: release v11.8.3 (#715)
1 parent bc9c219 commit e2e2d65

File tree

6 files changed

+77
-57
lines changed

6 files changed

+77
-57
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.8.3](https://github.com/oxc-project/oxc-resolver/compare/v11.8.2...v11.8.3) - 2025-09-23
11+
12+
### <!-- 1 -->🐛 Bug Fixes
13+
14+
- use `Weak` references for `CachedPath` to enable proper drop ([#727](https://github.com/oxc-project/oxc-resolver/pull/727)) (by @Boshen) - #727
15+
16+
### <!-- 2 -->🚜 Refactor
17+
18+
- remove a redundant path clone from PackageJson::parse ([#725](https://github.com/oxc-project/oxc-resolver/pull/725)) (by @Boshen) - #725
19+
- split src/cache.rs into logical modules ([#714](https://github.com/oxc-project/oxc-resolver/pull/714)) (by @Boshen) - #714
20+
21+
### <!-- 6 -->🧪 Testing
22+
23+
- add memory leak test ([#726](https://github.com/oxc-project/oxc-resolver/pull/726)) (by @Boshen) - #726
24+
25+
### Contributors
26+
27+
* @Boshen
28+
* @renovate[bot]
29+
1030
## [11.8.2](https://github.com/oxc-project/oxc-resolver/compare/v11.8.1...v11.8.2) - 2025-09-18
1131

1232
### <!-- 4 -->⚡ Performance

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.8.2", path = "." }
19+
oxc_resolver = { version = "11.8.3", path = "." }
2020

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

0 commit comments

Comments
 (0)