Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1](https://github.com/unrs/unrs-resolver/compare/v1.7.0...v1.7.1) - 2025-04-26

### Chore

- bump `napi-postinstall` to support `yarn`/`pnpm` on `webcontainer` ([#103](https://github.com/unrs/unrs-resolver/pull/103))

### <!-- 6 -->Testing

- add case for #65 ([#100](https://github.com/unrs/unrs-resolver/pull/100))

## [1.7.0](https://github.com/unrs/unrs-resolver/compare/v1.6.6...v1.7.0) - 2025-04-24

### <!-- 0 -->Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "unrs_resolver"
version = "1.7.0"
version = "1.7.1"
authors = ["JounQin <[email protected]> (https://www.1stG.me)"]
categories = ["development-tools"]
edition = "2024"
Expand Down
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unrs-resolver",
"version": "1.7.0",
"version": "1.7.1",
"type": "commonjs",
"description": "UnRS Resolver Node API with PNP support",
"repository": "git+https://github.com/unrs/unrs-resolver.git",
Expand All @@ -16,7 +16,7 @@
"browser.js"
],
"scripts": {
"postinstall": "napi-postinstall unrs-resolver 1.7.0 check"
"postinstall": "napi-postinstall unrs-resolver 1.7.1 check"
},
"dependencies": {
"napi-postinstall": "^0.2.1"
Expand Down
Loading