From 786f86bed2aa44059ece233eb43c31abdd8a67f3 Mon Sep 17 00:00:00 2001 From: nshen Date: Mon, 28 Mar 2022 21:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v1.2.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix: HTML tags should respect base path #22 #24 Thanks @loosheng and @lovefengruoqing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1247f87..b653900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cesium", - "version": "1.2.13", + "version": "1.2.14", "description": "Cesium library plugin for Vite", "main": "dist/index.js", "types": "dist/index.d.ts",