Skip to content

Commit 95dd68c

Browse files
committed
chore: release v1.7.4
1 parent ff4799e commit 95dd68c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.7.4](https://github.com/unrs/unrs-resolver/compare/v1.7.3...v1.7.4) - 2025-05-28
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- prefer file over package dir in `node_modules` ([#116](https://github.com/unrs/unrs-resolver/pull/116))
14+
915
## [1.7.3](https://github.com/unrs/unrs-resolver/compare/v1.7.2...v1.7.3) - 2025-05-28
1016

1117
### <!-- 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.7.3"
7+
version = "1.7.4"
88
authors = ["JounQin <[email protected]> (https://www.1stG.me)"]
99
categories = ["development-tools"]
1010
edition = "2024"

npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unrs-resolver",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"type": "commonjs",
55
"description": "UnRS Resolver Node API with PNP support",
66
"repository": "git+https://github.com/unrs/unrs-resolver.git",
@@ -16,7 +16,7 @@
1616
"browser.js"
1717
],
1818
"scripts": {
19-
"postinstall": "napi-postinstall unrs-resolver 1.7.3 check"
19+
"postinstall": "napi-postinstall unrs-resolver 1.7.4 check"
2020
},
2121
"dependencies": {
2222
"napi-postinstall": "^0.2.2"

0 commit comments

Comments
 (0)