diff --git a/CHANGES.md b/CHANGES.md index 2e035a9b4b0..f901781f338 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Change Log -#### next release (8.5.0) +#### next release (8.5.1) + +- [The next improvement] + +#### 8.5.0 - 2024-02-07 - **Breaking changes:** - Upgrade TypeScript to 5.2 @@ -18,7 +22,6 @@ - Add option to enable/disable shortening share URLs via InitSourceData. - Fix bug in ArcGisMapServerCatalogItem. - Add examples. -- [The next improvement] #### 8.4.1 - 2023-12-08 diff --git a/package.json b/package.json index 558a0c86f7c..330e2bd87e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs", - "version": "8.4.1", + "version": "8.5.0", "description": "Geospatial data visualization platform.", "license": "Apache-2.0", "engines": { @@ -28,8 +28,8 @@ "@mapbox/point-geometry": "^0.1.0", "@mapbox/togeojson": "^0.16.0", "@mapbox/vector-tile": "^1.3.0", - "@opendatasoft/api-client": "^0.1.0", "@open-wc/webpack-import-meta-loader": "^0.4.7", + "@opendatasoft/api-client": "^0.1.0", "@tinymce/tinymce-react": "^4.3.0", "@turf/bbox": "^6.5.0", "@turf/boolean-intersects": "^6.5.0",