diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fa981a..6086d410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.3](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.2...oxc_resolver-v3.0.3) - 2024-12-14 + +### Bug Fixes + +- try browsers field and alias before resolving directory in node_modules (#349) + ## [3.0.2](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.1...oxc_resolver-v3.0.2) - 2024-12-13 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b99502a9..f2fc808f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "oxc_resolver" -version = "3.0.2" +version = "3.0.3" dependencies = [ "cfg-if", "criterion2", diff --git a/Cargo.toml b/Cargo.toml index 4c17513c..f81e86db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "oxc_resolver" -version = "3.0.2" +version = "3.0.3" authors = ["Boshen "] categories = ["development-tools"] edition = "2021"