8000 chore: release v1.9.1 (#158) · unrs/unrs-resolver@ade786e · GitHub
[go: up one dir, main page]

Skip to content

Commit ade786e

Browse files
authored
chore: release v1.9.1 (#158)
1 parent ca11573 commit ade786e

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.9.1](https://github.com/unrs/unrs-resolver/compare/v1.9.0...v1.9.1) - 2025-06-20
11+
12+
### <!-- 1 -->Bug Fixes
13+
14+
- *(deps)* update all dependencies ([#157](https://github.com/unrs/unrs-resolver/pull/157)) (by @renovate[bot])
15+
16+
### Contributors
17+
18+
* @renovate[bot]
19+
1020
## [1.9.0](https://github.com/unrs/unrs-resolver/compare/v1.8.1...v1.9.0) - 2025-06-11
1121

1222
### <!-- 0 -->Features

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.9.0", path = "." }
19+
unrs_resolver = { version = "1.9.1", path = "." }
2020

2121
[package]
2222
name = "unrs_resolver"
23-
version = "1.9.0"
23+
version = "1.9.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.9.0",
3+
"version": "1.9.1",
44
"type": "commonjs",
55
"description": "UnRS Resolver Node API with PNP support",
66
"repository": "git+https://github.com/unrs/unrs-resolver.git",
@@ -21,7 +21,7 @@
2121
"build": "pnpm build:debug --features allocator --release",
2222
"build:debug": "napi build --platform --manifest-path napi/Cargo.toml",
2323
"postbuild": "node napi/patch.mjs",
24-
"postinstall": "napi-postinstall unrs-resolver 1.9.0 check",
24+
"postinstall": "napi-postinstall unrs-resolver 1.9.1 check",
2525
"prepublishOnly": "clean-pkg-json -k napi",
2626
"test": "vitest run -r ./napi"
2727
},

0 commit comments

Comments
 (0)
0