File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 11.13.1] ( https://github.com/oxc-project/oxc-resolver/compare/v11.13.0...v11.13.1 ) - 2025-11-04
11+
12+ ### <!-- 1 --> 🐛 Bug Fixes
13+
14+ - * (package_json)* re-read file for serde_json fallback in simd implementation ([ #808 ] ( https://github.com/oxc-project/oxc-resolver/pull/808 ) ) (by @Boshen )
15+ - revert system file cache optimization on Linux ([ #810 ] ( https://github.com/oxc-project/oxc-resolver/pull/810 ) ) (by @Brooooooklyn ) - #810
16+ - skip loading tsconfig.json from virtual module paths ([ #809 ] ( https://github.com/oxc-project/oxc-resolver/pull/809 ) ) (by @sapphi-red ) - #809
17+
18+ ### <!-- 2 --> 🚜 Refactor
19+
20+ - use cfg_if and rustix in read_to_string_bypass_system_cache ([ #802 ] ( https://github.com/oxc-project/oxc-resolver/pull/802 ) ) (by @Boshen ) - #802
21+
22+ ### <!-- 4 --> ⚡ Performance
23+
24+ - optimize FileSystem metadata operations with rustix ([ #800 ] ( https://github.com/oxc-project/oxc-resolver/pull/800 ) ) (by @Boshen ) - #800
25+
26+ ### Contributors
27+
28+ * @Boshen
29+ * @Brooooooklyn
30+ * @sapphi-red
31+ * @renovate [ bot]
32+
1033## [ 11.13.0] ( https://github.com/oxc-project/oxc-resolver/compare/v11.12.0...v11.13.0 ) - 2025-11-02
1134
1235### <!-- 0 --> 🚀 Features
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.85.0"
1616description = " ESM / CJS module resolution"
1717
1818[workspace .dependencies ]
19- oxc_resolver = { version = " 11.13.0 " , path = " ." }
19+ oxc_resolver = { version = " 11.13.1 " , path = " ." }
2020
2121[package ]
2222name = " oxc_resolver"
23- version = " 11.13.0 "
23+ version = " 11.13.1 "
2424authors.workspace = true
2525categories.workspace = true
2626edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_resolver_napi"
3- version = " 11.13.0 "
3+ version = " 11.13.1 "
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments