Skip to content

Commit

Permalink
chore: release v4.0.1 (#372)
Browse files Browse the repository at this point in the history
## 🤖 New release

* `oxc_resolver`: 4.0.0 -> 4.0.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[4.0.0](oxc_resolver-v3.0.3...oxc_resolver-v4.0.0)
- 2025-01-20

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

- [**breaking**] generic fs cache `type Resolver =
ResolverGeneric<FsCache<FileSystemOs>>` (#358)
- [**breaking**] `PackageJson` and `TsConfig` traits (#360)

### <!-- 2 -->Performance

- use papaya instead of dashmap (#356)
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
oxc-bot authored Feb 10, 2025
1 parent 12cbf0d commit f7a3773
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "oxc_resolver"
version = "4.0.0"
version = "4.0.1"
authors = ["Boshen <[email protected]>"]
categories = ["development-tools"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxc-resolver",
"version": "4.0.0",
"version": "4.0.1",
"description": "Oxc Resolver Node API",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit f7a3773

Please sign in to comment.