Skip to content

Commit

Permalink
chore: release v0.10.1 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 23, 2025
1 parent 97ea404 commit dd53b40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.1](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.10.0...v0.10.1) (2025-01-23)


### Bug Fixes

* respect `rspack` default options ([97ea404](https://github.com/9romise/eslint-import-resolver-oxc/commit/97ea404518955c584a76aba55277c00a868f453d))

## [0.10.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.9.1...v0.10.0) (2025-01-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-import-resolver-oxc",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"packageManager": "[email protected]",
"description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`",
"author": "Vida Xie<https://github.com/9romise>",
Expand Down

0 comments on commit dd53b40

Please sign in to comment.