Bump to v0.40.1.

This commit is contained in:
Kevin Ring 2024-10-01 16:41:05 +10:00
parent d8c2c2468e
commit f8b38abbba
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
### v0.40.1 - 2024-10-01
##### Fixes :wrench:
- Fixed a regression in v0.40.0 that could cause tilesets with raster overlays to fail to load in some cases.
### v0.40.0 - 2024-10-01
##### Breaking Changes :mega:

View File

@ -1,6 +1,6 @@
{
"name": "cesium-native",
"version": "0.40.0",
"version": "0.40.1",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {