File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.9.0] ( https://github.com/unrs/unrs-resolver/compare/v1.8.1...v1.9.0 ) - 2025-06-11
11+
12+ ### <!-- 0 --> Features
13+
14+ - add ` file: ` protocol path support ([ #151 ] ( https://github.com/unrs/unrs-resolver/pull/151 ) ) (by @JounQin ) - #151
15+ - add two last android targets ([ #154 ] ( https://github.com/unrs/unrs-resolver/pull/154 ) ) (by @JounQin ) - #154
16+
17+ ### <!-- 1 --> Bug Fixes
18+
19+ - try different approach to support web container out of box ([ #150 ] ( https://github.com/unrs/unrs-resolver/pull/150 ) ) (by @JounQin ) - #150
20+
21+ ### Contributors
22+
23+ * @JounQin
24+
1025## [ 1.8.1] ( https://github.com/unrs/unrs-resolver/compare/v1.8.0...v1.8.1 ) - 2025-06-11
1126
1227### <!-- 1 --> Bug Fixes
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ rust-version = "1.85.0"
1616description = " ESM / CJS module resolution"
1717
1818[workspace .dependencies ]
19- unrs_resolver = { version = " 1.8.1 " , path = " ." }
19+ unrs_resolver = { version = " 1.9.0 " , path = " ." }
2020
2121[package ]
2222name = " unrs_resolver"
23- version = " 1.8.1 "
23+ version = " 1.9.0 "
2424authors.workspace = true
2525categories.workspace = true
2626edition.workspace = true
Original file line number Diff line number Diff line change 11{
22 "name" : " unrs-resolver" ,
3- "version" : " 1.8.1 " ,
3+ "version" : " 1.9.0 " ,
44 "type" : " commonjs" ,
55 "description" : " UnRS Resolver Node API with PNP support" ,
66 "repository" : " git+https://github.com/unrs/unrs-resolver.git" ,
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.8.1 check" ,
24+ "postinstall" : " napi-postinstall unrs-resolver 1.9.0 check" ,
2525 "prepublishOnly" : " clean-pkg-json -k napi" ,
2626 "test" : " vitest run -r ./napi"
2727 },
You can’t perform that action at this time.
0 commit comments