File tree Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 11.6.2] ( https://github.com/oxc-project/oxc-resolver/compare/v11.6.1...v11.6.2 ) - 2025-08-20
11
+
12
+ ### <!-- 1 --> 🐛 Bug Fixes
13
+
14
+ - allow resolving ` package?query#fragment ` for packages with exports field ([ #655 ] ( https://github.com/oxc-project/oxc-resolver/pull/655 ) ) (by @sapphi-red ) - #655
15
+
16
+ ### <!-- 4 --> ⚡ Performance
17
+
18
+ - improve ` pattern_key_compare ` ([ #639 ] ( https://github.com/oxc-project/oxc-resolver/pull/639 ) ) (by @Boshen ) - #639
19
+ - most specifiers don't have escaped characters ([ #636 ] ( https://github.com/oxc-project/oxc-resolver/pull/636 ) ) (by @Boshen ) - #636
20
+
21
+ ### <!-- 6 --> 🧪 Testing
22
+
23
+ - make tests pass on Windows ([ #654 ] ( https://github.com/oxc-project/oxc-resolver/pull/654 ) ) (by @sapphi-red ) - #654
24
+
25
+ ### Contributors
26
+
27
+ * @sapphi-red
28
+ * @renovate [ bot]
29
+ * @Boshen
30
+ # Changelog
2
31
All notable changes to this project will be documented in this file.
3
32
4
33
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.85.0"
16
16
description = " ESM / CJS module resolution"
17
17
18
18
[workspace .dependencies ]
19
- oxc_resolver = { version = " 11.6.1 " , path = " ." }
19
+ oxc_resolver = { version = " 11.6.2 " , path = " ." }
20
20
21
21
[package ]
22
22
name = " oxc_resolver"
23
- version = " 11.6.1 "
23
+ version = " 11.6.2 "
24
24
authors.workspace = true
25
25
categories.workspace = true
26
26
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " oxc_resolver_napi"
3
- version = " 11.6.1 "
3
+ version = " 11.6.2 "
4
4
authors.workspace = true
5
5
categories.workspace = true
6
6
edition.workspace = true
You can’t perform that action at this time.
0 commit comments