File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed <
8000
svg aria-hidden="true" focusable="false" class="octicon octicon-gear" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom"> Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ 1.9.0] ( https://github.com/unrs/unrs-resolver/compare/v1.8.1...v1.9.0 ) - 2025-06-11
11
21
12
22
### <!-- 0 --> Features
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.85.0"
16
16
description = " ESM / CJS module resolution"
17
17
18
18
[workspace .dependencies ]
19
- unrs_resolver = { version = " 1.9.0 " , path = " ." }
19
+ unrs_resolver = { version = " 1.9.1 " , path = " ." }
20
20
21
21
[package ]
22
22
name = " unrs_resolver"
23
- version = " 1.9.0 "
23
+ version = " 1.9.1 "
24
24
authors.workspace = true
25
25
categories.workspace = true
26
26
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unrs-resolver" ,
3
- "version" : " 1.9.0 " ,
3
+ "version" : " 1.9.1 " ,
4
4
"type" : " commonjs" ,
5
5
"description" : " UnRS Resolver Node API with PNP support" ,
6
6
"repository" : " git+https://github.com/unrs/unrs-resolver.git" ,
21
21
"build" : " pnpm build:debug --features allocator --release" ,
22
22
"build:debug" : " napi build --platform --manifest-path napi/Cargo.toml" ,
23
23
"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" ,
25
25
"prepublishOnly" : " clean-pkg-json -k napi" ,
26
26
"test" : " vitest run -r ./napi"
27
27
},
You can’t perform that action at this time.
0 commit comments