From 9ff11c46db4839aed126e7525fac154935c1d125 Mon Sep 17 00:00:00 2001 From: wangshaolin Date: Thu, 24 Mar 2022 20:21:08 +0800 Subject: [PATCH] release v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb2b0ba..c245c97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "auto-sync-export", "displayName": "Auto Sync Export", - "version": "0.0.1-beta.2", + "version": "0.1.0", "publisher": "ShaolinWang", "packageManager": "pnpm@6.32.3", "description": "Automatically finds, parses and generate export code in 'index' file for the same dictionary. Works with Typescript and TSX.",