Skip to content

Commit

Permalink
chore: release v3.0.3 (#350)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `oxc_resolver`: 3.0.2 -> 3.0.3 (✓ API compatible changes)

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

<blockquote>

##
[3.0.3](oxc_resolver-v3.0.2...oxc_resolver-v3.0.3)
- 2024-12-14

### <!-- 1 -->Bug Fixes

- try browsers field and alias before resolving directory in
node_modules (#349)
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
oxc-bot authored Dec 14, 2024
1 parent 5ede59d commit fede8dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 1 -->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

### <!-- 1 -->Bug Fixes
Expand Down
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 = "3.0.2"
version = "3.0.3"
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": "3.0.2",
"version": "3.0.3",
"description": "Oxc Resolver Node API",
"main": "index.js",
"browser": "browser.js",
Expand Down

0 comments on commit fede8dc

Please sign in to comment.