From d5a94627c048af00135ed8387be748730c43138b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E5=BC=80=E5=8D=8A=E4=BA=A9=E5=9C=B0?= <2572468699@qq.com> Date: Wed, 23 Nov 2022 00:38:14 +0800 Subject: [PATCH] feat: publish 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b3b5e1a..a0211fc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue3-baidu-map-gl", "description": "A Vue 3 baidu map gl Component Library. ", - "version": "0.0.40", + "version": "1.0.0", "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts",