Skip to content

Commit e1b0118

Browse files
oxc-botBoshen
andauthored
chore: release v3.0.2 (#347)
## πŸ€– New release * `oxc_resolver`: 3.0.1 -> 3.0.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [3.0.2](oxc_resolver-v3.0.1...oxc_resolver-v3.0.2) - 2024-12-13 ### <!-- 1 -->Bug Fixes - special case for aliasing `@/` (#348) - normalize resolved result on Windows for root (#345) ### <!-- 4 -->Refactor - replace UnsafeCell with RefCell (#346) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Boshen <[email protected]>
1 parent 2a8d7f5 commit e1b0118

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+
## [3.0.2](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.1...oxc_resolver-v3.0.2) - 2024-12-13
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- special case for aliasing `@/` (#348)
14+
- normalize resolved result on Windows for root (#345)
15+
16+
### <!-- 4 -->Refactor
17+
18+
- replace UnsafeCell with RefCell (#346)
19+
920
## [3.0.1](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v3.0.0...oxc_resolver-v3.0.1) - 2024-12-12
1021

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

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

0 commit comments

Comments
Β (0)