Skip to content

Commit b81a0e4

Browse files
chore: release v0.11.0 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a49f77 commit b81a0e4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.10.1"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.10.1...v0.11.0) (2025-02-16)
4+
5+
6+
### Features
7+
8+
* bump `oxc-resolver` to ^4.1.0 ([4a49f77](https://github.com/9romise/eslint-import-resolver-oxc/commit/4a49f777b699701ac1a7f3d6c745ebe1a561e0e7))
9+
10+
11+
### Bug Fixes
12+
13+
* export `transformRspackConfig` ([68b0d11](https://github.com/9romise/eslint-import-resolver-oxc/commit/68b0d113ad6d912cd8b58643a25b3b0b6a2ae24b))
14+
315
## [0.10.1](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.10.0...v0.10.1) (2025-01-23)
416

517

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.10.1",
4+
"version": "0.11.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)