Skip to content

Commit 2d94750

Browse files
authored
chore: release v1.2.2 (#25)
1 parent 82b5baa commit 2d94750

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.2](https://github.com/unrs/rspack-resolver/compare/unrspack-resolver-v1.2.1...unrspack-resolver-v1.2.2) - 2025-03-19
10+
11+
### <!-- 1 -->Bug Fixes
12+
13+
- *(pnp)* support `pnpapi` core module and package deep link ([#24](https://github.com/unrs/rspack-resolver/pull/24))
14+
915
## [1.2.0](https://github.com/unrs/rspack-resolver/compare/unrspack-resolver-v1.1.2...unrspack-resolver-v2.0.0) - 2025-03-18
1016

1117
### Features

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "unrspack-resolver"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
authors = ["UnRS"]
99
categories = ["development-tools"]
1010
edition = "2024"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspack-resolver",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Oxc Resolver Node API with PNP support",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)