Bump to v0.16.0.
This commit is contained in:
parent
df9d98d5be
commit
84c5aca087
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
### v0.16.0 - ????
|
||||
### v0.16.0 - 2022-06-01
|
||||
|
||||
##### Additions :tada:
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
##### Fixes :wrench:
|
||||
|
||||
- For consistency with CesiumJS and compatibility with third-party terrain tilers widely used in the community, the `bounds` property the `layer.json` file of a quantized-mesh terrain tileset is now ignored, and the terrain is assumed to cover the entire globe.
|
||||
- For consistency with CesiumJS and compatibility with third-party terrain tilers widely used in the community, the `bounds` property of the `layer.json` file of a quantized-mesh terrain tileset is now ignored, and the terrain is assumed to cover the entire globe.
|
||||
|
||||
### v0.15.2 - 2022-05-13
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cesium-native",
|
||||
"version": "0.15.2",
|
||||
"version": "0.16.0",
|
||||
"description": "Cesium 3D Geospatial for C++",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue