Skip to content

Commit 56c9c9f

Browse files
chore: release v0.10.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76e3ef5 commit 56c9c9f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.9.1"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.9.1...v0.10.0) (2025-01-23)
4+
5+
6+
### Features
7+
8+
* experimental support for `rspack` ([#60](https://github.com/9romise/eslint-import-resolver-oxc/issues/60)) ([2ba9968](https://github.com/9romise/eslint-import-resolver-oxc/commit/2ba9968bdfc24ac5dd7fa0eed09e667989575bac))
9+
* update `oxc-resolver` to v4.0.0 ([76e3ef5](https://github.com/9romise/eslint-import-resolver-oxc/commit/76e3ef5985cf4d165183aa605cbe1af64029771e))
10+
311
## [0.9.1](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.9.0...v0.9.1) (2025-01-20)
412

513

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.9.1",
4+
"version": "0.10.0",
55
"packageManager": "pnpm@9.15.4",
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)