Bump to v0.40.1.
This commit is contained in:
parent
d8c2c2468e
commit
f8b38abbba
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue