Skip to content

Commit 96e08b4

Browse files
authored
chore: release v1.3.2 (#38)
1 parent 0c02e31 commit 96e08b4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.3.2](https://github.com/unrs/unrs-resolver/compare/unrs_resolver-v1.3.1...v1.3.2) - 2025-03-26
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- absolute path aliasing should not be skipped ([#37](https://github.com/unrs/unrs-resolver/pull/37))
14+
915
## [1.3.1](https://github.com/unrs/unrs-resolver/compare/unrs_resolver-v1.3.0...unrs_resolver-v1.3.1) - 2025-03-26
1016

1117
### Other

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 = "unrs_resolver"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
authors = ["UnRS"]
99
categories = ["development-tools"]
1010
edition = "2024"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unrs-resolver",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Oxc Resolver Node API with PNP support",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)