Skip to content

Commit 1b0b122

Browse files
authored
chore: release v4.1.0 (#379)
1 parent 92e6fa3 commit 1b0b122

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+
## [4.1.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v4.0.1...oxc_resolver-v4.1.0) - 2025-02-14
10+
11+
### <!-- 0 -->Features
12+
13+
- merge options from extends tsconfig.json (#375)
14+
- add more fields in tsconfig#CompilerOptionsSerde (#374)
15+
16+
### <!-- 1 -->Bug Fixes
17+
18+
- fix bench
19+
920
## [4.0.0](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.3...oxc_resolver-v4.0.0) - 2025-01-20
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.0.1"
7+
version = "4.1.0"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]
1010
edition = "2021"

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.0.1",
3+
"version": "4.1.0",
44
"description": "Oxc Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)