Bump to v0.16.0.

This commit is contained in:
Kevin Ring 2022-06-01 14:29:43 +10:00
parent df9d98d5be
commit 84c5aca087
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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": {