Skip to content

Commit

Permalink
chore: release v0.8.0 (#48)
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 2, 2025
1 parent 9c26f6c commit 09a2ccc
Show file tree
Hide file tree
Showing 3 changed files with 14 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.7.0"
".": "0.8.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.7.0...v0.8.0) (2025-01-02)


### Features

* bump `oxc-resolver` to 3.0.3 ([9c26f6c](https://github.com/9romise/eslint-import-resolver-oxc/commit/9c26f6cab7b4e193494f2c9a027cf1d2baf73ef2))


### Chores

* optimize unit tests ([5eeb2b6](https://github.com/9romise/eslint-import-resolver-oxc/commit/5eeb2b6cd6f5cf64e0a4f6828a1fa13f794a0406))

## [0.7.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.6.0...v0.7.0) (2024-12-20)


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.7.0",
"version": "0.8.0",
"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 09a2ccc

Please sign in to comment.