Skip to content

Commit 5ff17b6

Browse files
authored
chore: release v1.9.0 (#153)
1 parent d20ddda commit 5ff17b6

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

2121
[package]
2222
name = "unrs_resolver"
23-
version = "1.8.1"
23+
version = "1.9.0"
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.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",
@@ -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.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
},

0 commit comments

Comments
 (0)