Skip to content

Commit 007e080

Browse files
authored
chore: release v10.0.0 (#518)
1 parent f0765e7 commit 007e080

File tree

7 files changed

+26
-30
lines changed

7 files changed

+26
-30
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [10.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v9.0.2...oxc_resolver-v10.0.0) - 2025-05-20
10+
11+
### <!-- 0 -->Features
12+
13+
- *(napi)* upgrade NAPI-RS to 3.0.0-beta.1 ([#525](https://github.com/oxc-project/oxc-resolver/pull/525))
14+
15+
### <!-- 4 -->Refactor
16+
17+
- [**breaking**] set clippy `avoid-breaking-exported-api = false` ([#519](https://github.com/oxc-project/oxc-resolver/pull/519))
18+
19+
### <!-- 7 -->Chore
20+
21+
- *(deps)* lock file maintenance ([#523](https://github.com/oxc-project/oxc-resolver/pull/523))
22+
- *(deps)* update dependency rust to v1.87.0 ([#520](https://github.com/oxc-project/oxc-resolver/pull/520))
23+
- sync napi cfg on global_allocator
24+
- *(napi)* adjust mimalloc features ([#515](https://github.com/oxc-project/oxc-resolver/pull/515))
25+
926
## [9.0.1](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v9.0.0...oxc_resolver-v9.0.1) - 2025-05-09
1027

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

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

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

napi/CHANGELOG.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

napi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_resolver_napi"
3-
version = "9.0.2"
3+
version = "10.0.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true
@@ -22,8 +22,8 @@ doctest = false
2222
[dependencies]
2323
oxc_resolver = { workspace = true }
2424

25-
napi = { version = "3.0.0-beta.1", default-features = false, features = ["napi3", "serde-json"] }
26-
napi-derive = { version = "3.0.0-beta.1" }
25+
napi = { version = "3.0.0-beta", default-features = false, features = ["napi3", "serde-json"] }
26+
napi-derive = { version = "3.0.0-beta" }
2727
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
2828

2929
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_arch = "arm", target_family = "wasm")))'.dependencies]

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

release-plz.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ changelog_include = ["oxc_resolver_napi"]
1111
[[package]]
1212
name = "oxc_resolver_napi"
1313
version_group = "group"
14+
changelog_update = false

0 commit comments

Comments
 (0)