From 29bd00981eaeea00d555ffc0720477eeb422e4d8 Mon Sep 17 00:00:00 2001 From: Vida Xie <38204901+9romise@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:43:21 +0800 Subject: [PATCH] chore: release v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb04015..bde08f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-import-resolver-oxc", "type": "module", - "version": "0.1.6", + "version": "0.2.0", "packageManager": "pnpm@9.5.0", "description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`", "author": "Vida Xie",