From 0e19e77dcb8872c7f93849320ee08453269571c5 Mon Sep 17 00:00:00 2001 From: nshen121 Date: Sat, 20 Aug 2022 13:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v1.2.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix: support cesium 1.96.0. #34 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01adf26..13a9c16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cesium", - "version": "1.2.20", + "version": "1.2.21", "description": "Cesium library plugin for Vite", "main": "./dist/index.js", "module": "./dist/index.mjs",