Skip to content

Commit 4f8e644

Browse files
authored
chore(oxc_resolver_napi): release v9.0.2 (#511)
1 parent ed80be3 commit 4f8e644

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

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

2121
[package]
2222
name = "oxc_resolver"
23-
version = "9.0.1"
23+
version = "9.0.2"
2424
authors.workspace = true
2525
categories.workspace = true
2626
edition.workspace = true

napi/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [9.0.2](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver_napi-v9.0.1...oxc_resolver_napi-v9.0.2) - 2025-05-11
11+
12+
### <!-- 7 -->Chore
13+
14+
- *(napi)* include build.rs ([#510](https://github.com/oxc-project/oxc-resolver/pull/510))
15+
1016
## [9.0.1](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver_napi-v9.0.0...oxc_resolver_napi-v9.0.1) - 2025-05-09
1117

1218
### <!-- 1 -->Bug Fixes

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 = "9.0.1"
3+
version = "9.0.2"
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": "9.0.1",
3+
"version": "9.0.2",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)