Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0](https://github.com/unrs/unrs-resolver/compare/v1.7.13...v2.0.0) - 2025-06-11

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

- support runtime fallback for webcontainer ([#144](https://github.com/unrs/unrs-resolver/pull/144)) (by @JounQin) - #144

### <!-- 7 -->Chore

- *(deps)* update all dependencies ([#141](https://github.com/unrs/unrs-resolver/pull/141)) (by @renovate[bot])

### Contributors

* @JounQin
* @renovate[bot]

## [1.7.13](https://github.com/unrs/unrs-resolver/compare/v1.7.12...v1.7.13) - 2025-06-10

### <!-- 1 -->Bug Fixes
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ rust-version = "1.85.0"
description = "ESM / CJS module resolution"

[workspace.dependencies]
unrs_resolver = { version = "1.7.13", path = "." }
unrs_resolver = { version = "2.0.0", path = "." }

[package]
name = "unrs_resolver"
version = "1.7.13"
version = "2.0.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unrs-resolver",
"version": "1.7.13",
"version": "2.0.0",
"type": "commonjs",
"description": "UnRS Resolver Node API with PNP support",
"repository": "git+https://github.com/unrs/unrs-resolver.git",
Expand All @@ -21,7 +21,7 @@
"build": "pnpm build:debug --features allocator --release",
"build:debug": "napi build --platform --manifest-path napi/Cargo.toml",
"postbuild": "node napi/patch.mjs",
"postinstall": "napi-postinstall unrs-resolver 1.7.13 check",
"postinstall": "napi-postinstall unrs-resolver 2.0.0 check",
"prepublishOnly": "clean-pkg-json",
"test": "vitest run -r ./napi"
},
Expand Down
Loading