Skip to content

Commit 8422ff6

Browse files
authored
chore: release v5.0.0 (#406)
## πŸ€– New release * `oxc_resolver`: 4.2.0 -> 5.0.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [5.0.0](oxc_resolver-v4.2.0...oxc_resolver-v5.0.0) - 2025-03-07 ### <!-- 0 -->Features - [**breaking**] Rust Edition 2024 ([#402](#402)) - deserialize `verbatim_module_syntax` from compilerOptions ([#411](#411)) ### <!-- 4 -->Refactor - remove papaya `.collector(seize::Collector::new())` call ([#393](#393)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent fe4bb03 commit 8422ff6

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [5.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v4.2.0...oxc_resolver-v5.0.0) - 2025-03-07
10+
11+
### <!-- 0 -->Features
12+
13+
- [**breaking**] Rust Edition 2024 ([#402](https://github.com/oxc-project/oxc-resolver/pull/402))
14+
- deserialize `verbatim_module_syntax` from compilerOptions ([#411](https://github.com/oxc-project/oxc-resolver/pull/411))
15+
16+
### <!-- 4 -->Refactor
17+
18+
- remove papaya `.collector(seize::Collector::new())` call ([#393](https://github.com/oxc-project/oxc-resolver/pull/393))
19+
920
## [4.2.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v4.1.0...oxc_resolver-v4.2.0) - 2025-02-19
1021

1122
### <!-- 0 -->Features

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "oxc_resolver"
7-
version = "4.2.0"
7+
version = "5.0.0"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]
1010
edition = "2024"

β€Žnpm/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": "4.2.0",
3+
"version": "5.0.0",
44
"description": "Oxc Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
Β (0)