Skip to content

Commit 57296ac

Browse files
authored
chore: release v1.10.1 (#177)
1 parent e1429fe commit 57296ac

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.10.1](https://github.com/unrs/unrs-resolver/compare/v1.10.0...v1.10.1) - 2025-07-02
11+
12+
### <!-- 1 -->🐛 Bug Fixes
13+
14+
- fix: incorrect package.json relative path ([#176](https://github.com/unrs/unrs-resolver/pull/176)) (by @JounQin) - #176
15+
16+
### Contributors
17+
18+
* @JounQin
19+
1020
## [1.10.0](https://github.com/unrs/unrs-resolver/compare/v1.9.2...v1.10.0) - 2025-07-02
1121

1222
### <!-- 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ rust-version = "1.85.0"
1616
description = "ESM / CJS module resolution"
1717

1818
[workspace.dependencies]
19-
unrs_resolver = { version = "1.10.0", path = "." }
19+
unrs_resolver = { version = "1.10.1", path = "." }
2020

2121
[package]
2222
name = "unrs_resolver"
23-
version = "1.10.0"
23+
version = "1.10.1"
2424
authors.workspace = true
2525
categories.workspace = true
2626
edition.workspace = true

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.10.0",
3+
"version": "1.10.1",
44
"type": "commonjs",
55
"description": "UnRS Resolver Node API with PNP support",
66
"repository": "git+https://github.com/unrs/unrs-resolver.git",
@@ -20,7 +20,7 @@
2020
"build": "pnpm build:debug --features allocator --release",
2121
"build:debug": "napi build --platform --manifest-path napi/Cargo.toml",
2222
"postbuild:debug": "node napi/patch.mjs",
23-
"postinstall": "napi-postinstall unrs-resolver 1.10.0 check",
23+
"postinstall": "napi-postinstall unrs-resolver 1.10.1 check",
2424
"prepublishOnly": "clean-pkg-json -k napi",
2525
"test": "vitest run -r ./napi"
2626
},

0 commit comments

Comments
 (0)