From 09a2cccc52aaabf10c6b5aaa83dadbffcdb55e1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:05:40 +0800 Subject: [PATCH] chore: release v0.8.0 (#48) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a157c2..f4ac857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index afab486..a6b2498 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-import-resolver-oxc", "type": "module", - "version": "0.7.0", + "version": "0.8.0", "packageManager": "pnpm@9.15.2", "description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`", "author": "Vida Xie",