Skip to content

Commit ecba88b

Browse files
authored
chore: release v11.0.0 (#534)
1 parent 2ac8377 commit ecba88b

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [11.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v10.0.0...oxc_resolver-v11.0.0) - 2025-05-28
10+
11+
### <!-- 0 -->Features
12+
13+
- implement module type resolution algorithm `ESM_FILE_FORMAT` from the spec ([#535](https://github.com/oxc-project/oxc-resolver/pull/535))
14+
15+
### <!-- 3 -->Documentation
16+
17+
- *(README)* clarify algorithm specification
18+
19+
### <!-- 7 -->Chore
20+
21+
- *(deps)* lock file maintenance rust crates ([#530](https://github.com/oxc-project/oxc-resolver/pull/530))
22+
923
## [10.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v9.0.2...oxc_resolver-v10.0.0) - 2025-05-20
1024

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

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-resolver",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)