From 052b7b2faaea1bda31bf6eb3bfd29cfc2cb7db4d Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Wed, 15 Feb 2023 23:42:54 +0800 Subject: [PATCH] chore: release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f913cb5..35ab439 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "babel-plugin-jsx-asset-url-import", "type": "module", - "version": "0.0.0", + "version": "1.0.0", "description": "Transform static url to import in JSX", "scripts": { "build": "tsc && tsup",