Skip to content

Commit a2af86c

Browse files
chore: release v0.9.0 (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75e38e3 commit a2af86c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.8.0"
2+
".": "0.9.0"
33
}

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.8.0...v0.9.0) (2025-01-18)
4+
5+
6+
### Features
7+
8+
* experimental support for `vite.config` ([#52](https://github.com/9romise/eslint-import-resolver-oxc/issues/52)) ([5a8d8a9](https://github.com/9romise/eslint-import-resolver-oxc/commit/5a8d8a9c9aba348efb602eaab000a0bfe53b8d4c))
9+
* experimental support for `webpack` ([#56](https://github.com/9romise/eslint-import-resolver-oxc/issues/56)) ([1bc1f7c](https://github.com/9romise/eslint-import-resolver-oxc/commit/1bc1f7c5a5e16464768dddf7053d0e746a6c0feb))
10+
* introduce `createOxcImportResolverAsync` ([2800396](https://github.com/9romise/eslint-import-resolver-oxc/commit/2800396f033187d46533344bde5348c4d422c9d8))
11+
12+
13+
### Chores
14+
15+
* separate bundler test cases ([1b27e25](https://github.com/9romise/eslint-import-resolver-oxc/commit/1b27e256e8bd0631603c4c53515968129dc6480a))
16+
317
## [0.8.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.7.0...v0.8.0) (2025-01-02)
418

519

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