Skip to content

Commit c45c80a

Browse files
chore: release v0.13.2 (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 885d6af commit c45c80a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.1"
2+
".": "0.13.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.13.2](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.13.1...v0.13.2) (2025-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* update `oxc-resolver` to ^5.3.0 ([a467655](https://github.com/9romise/eslint-import-resolver-oxc/commit/a467655ea9d40eaf6942ed5781768d759be1afe0))
9+
310
## [0.13.1](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.13.0...v0.13.1) (2025-03-13)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-import-resolver-oxc",
33
"type": "module",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"packageManager": "pnpm@10.9.0",
66
"description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`",
77
"author": "Vida Xie<https://github.com/9romise>",

0 commit comments

Comments
 (0)