Skip to content

Commit 5839265

Browse files
authored
chore: release v2.0.2
1 parent b7f78c3 commit 5839265

File tree

4 files changed

+14
-7545
lines changed

4 files changed

+14
-7545
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.2](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v2.0.1...oxc_resolver-v2.0.2) - 2024-11-18
10+
11+
### Fixed
12+
13+
- don't panic when resolving `/` with `roots` ([#310](https://github.com/oxc-project/oxc-resolver/pull/310))
14+
- use same UNC path normalization logic with libuv ([#306](https://github.com/oxc-project/oxc-resolver/pull/306))
15+
16+
### Other
17+
18+
- *(deps)* update rust crates to v1.0.215
19+
- fix symlink test init on windows ([#307](https://github.com/oxc-project/oxc-resolver/pull/307))
20+
921
## [2.0.1](https://github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v2.0.0...oxc_resolver-v2.0.1) - 2024-11-08
1022

1123
### Other

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["napi"]
33
resolver = "2"
44

55
[package]
6-
version = "2.0.1"
6+
version = "2.0.2"
77
name = "oxc_resolver"
88
authors = ["Boshen <[email protected]>"]
99
categories = ["development-tools"]

0 commit comments

Comments
 (0)