Skip to content

Commit c166b9b

Browse files
committed
chore: release v1.6.5
1 parent 0995fea commit c166b9b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.6.5](https://github.com/unrs/unrs-resolver/compare/v1.6.4...v1.6.5) - 2025-04-23
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- rework on handling DOS device paths on Windows ([#84](https://github.com/unrs/unrs-resolver/pull/84))
14+
15+
### <!-- 3 -->Documentation
16+
17+
- add more details about the changes in this fork ([#92](https://github.com/unrs/unrs-resolver/pull/92))
18+
919
## [1.6.4](https://github.com/unrs/unrs-resolver/compare/v1.6.3...v1.6.4) - 2025-04-22
1020

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

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.6.4"
7+
version = "1.6.5"
88
authors = ["JounQin <admin@1stg.me> (https://www.1stG.me)"]
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.6.4",
3+
"version": "1.6.5",
44
"description": "UnRS Resolver Node API with PNP support",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)