Skip to content

Commit a33083f

Browse files
committed
chore: release v11.6.2
1 parent 7671c7e commit a33083f

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# 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-12
11+
12+
### <!-- 4 -->⚡ Performance
13+
14+
- improve `pattern_key_compare` ([#639](https://github.com/oxc-project/oxc-resolver/pull/639)) (by @Boshen) - #639
15+
- most specifiers don't have escaped characters ([#636](https://github.com/oxc-project/oxc-resolver/pull/636)) (by @Boshen) - #636
16+
17+
### Contributors
18+
19+
* @renovate[bot]
20+
* @Boshen
21+
# Changelog
222
All notable changes to this project will be documented in this file.
323

424
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

2121
[package]
2222
name = "oxc_resolver"
23-
version = "11.6.1"
23+
version = "11.6.2"
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.6.1"
3+
version = "11.6.2"
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.6.1",
3+
"version": "11.6.2",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",
@@ -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.6.1 check",
27+
"postinstall": "napi-postinstall oxc-resolver 11.6.2 check",
2828
"postbuild:debug": "node napi/patch.mjs"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)