From 313b8606065f50d76db011016ae32c45f73206b4 Mon Sep 17 00:00:00 2001 From: Nick Forbes-Smith Date: Fri, 8 Dec 2023 13:39:50 +1100 Subject: [PATCH] Release 8.4.1 (#7006) --- CHANGES.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e578c462818..15196249342 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Change Log -#### next release (8.4.1) +#### next release (8.4.2) + +- [The next improvement] + +#### 8.4.1 - 2023-12-08 - Temporary UX fixes for clipping box: - An option to zoom to clipping box @@ -14,7 +18,6 @@ - Automatically explode GeoJSON `MultiPoint` features to `Point` features. - Add new table styling traits - `scaleByDistance` and `disableDepthTestDistance`. - Add support for `LineString` and `MultiLineString` when using `GeoJsonCatalogItem` in `CZML` mode. -- [The next improvement] #### 8.4.0 - 2023-12-01 diff --git a/package.json b/package.json index 71d4c31fe60..02d3cc24726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs", - "version": "8.4.0", + "version": "8.4.1", "description": "Geospatial data visualization platform.", "license": "Apache-2.0", "engines": {