From 5f896ecc18649aaae3463f1f967e0a74e8ce0f9f Mon Sep 17 00:00:00 2001 From: nshen121 Date: Thu, 31 Mar 2022 23:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v1.2.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix: Fix path resolution errors #26 Thanks @subdavis --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 896b51b..4f0ef04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store node_modules dist demo/public diff --git a/package.json b/package.json index b653900..5ffbf83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cesium", - "version": "1.2.14", + "version": "1.2.15", "description": "Cesium library plugin for Vite", "main": "dist/index.js", "types": "dist/index.d.ts",