Skip to content

Commit 8c0cd4e

Browse files
chore: release v0.7.0 (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32684c5 commit 8c0cd4e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.7.0](https://github.com/9romise/eslint-import-resolver-oxc/compare/v0.6.0...v0.7.0) (2024-12-20)
4+
5+
6+
### Features
7+
8+
* auto-detect `jsconfig` at root ([#46](https://github.com/9romise/eslint-import-resolver-oxc/issues/46)) ([973d147](https://github.com/9romise/eslint-import-resolver-oxc/commit/973d147436adaa220a99471f67297e87ee3123f3))

package.json

+1-1
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.6.0",
4+
"version": "0.7.0",
55
"packageManager": "[email protected]",
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)