Skip to content

Commit 49c3983

Browse files
authored
chore: release v11.2.0 (#547)
## πŸ€– New release * `oxc_resolver`: 11.1.0 -> 11.2.0 (βœ“ API compatible changes) * `oxc_resolver_napi`: 11.1.0 -> 11.2.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `oxc_resolver` <blockquote> ## [11.2.0](oxc_resolver-v11.1.0...oxc_resolver-v11.2.0) - 2025-06-05 ### <!-- 0 -->Features - *(napi)* add `tracing-subscriber` feature; turned on by default ([#546](#546)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 16f514c commit 49c3983

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [11.2.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.1.0...oxc_resolver-v11.2.0) - 2025-06-05
10+
11+
### <!-- 0 -->Features
12+
13+
- *(napi)* add `tracing-subscriber` feature; turned on by default ([#546](https://github.com/oxc-project/oxc-resolver/pull/546))
14+
915
## [11.1.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v11.0.0...oxc_resolver-v11.1.0) - 2025-06-01
1016

1117
### <!-- 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 = "11.1.0", path = "." }
19+
oxc_resolver = { version = "11.2.0", path = "." }
2020

2121
[package]
2222
name = "oxc_resolver"
23-
version = "11.1.0"
23+
version = "11.2.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 = "11.1.0"
3+
version = "11.2.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": "11.1.0",
3+
"version": "11.2.0",
44
"license": "MIT",
55
"description": "Oxc Resolver Node API",
66
"packageManager": "[email protected]",

0 commit comments

Comments
Β (0)