From 9fe0447f09b2962ba86d3df2ecb72f210c51f9cd Mon Sep 17 00:00:00 2001 From: Vida Xie <38204901+9romise@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:53:57 +0800 Subject: [PATCH] chore: release v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b21c41..1f54a98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-import-resolver-oxc", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "packageManager": "pnpm@9.6.0", "description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`", "author": "Vida Xie",