Skip to content

Commit 677c185

Browse files
chore: release v0.13.0 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9dac236 commit 677c185

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.12.0...v0.13.0) (2025-03-11)
4+
5+
6+
### Features
7+
8+
* update `oxc-resolver` to ^5.0.0 ([f3926bc](https://github.com/9romise/eslint-import-resolver-oxc/commit/f3926bc0a1912f916bf34f17b479ac3f07bbbdc8))
9+
10+
11+
### Bug Fixes
12+
13+
* export typings ([862dbdb](https://github.com/9romise/eslint-import-resolver-oxc/commit/862dbdbba7977af2a036e6bf46f1a1e13c870e09))
14+
* remove querystring from module id ([9dac236](https://github.com/9romise/eslint-import-resolver-oxc/commit/9dac236e60b578cd595fcf82a099e1331d4c8850))
15+
316
## [0.12.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.11.0...v0.12.0) (2025-02-19)
417

518

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.12.0",
4+
"version": "0.13.0",
55
"packageManager": "pnpm@10.3.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)