From 1a46423dd72c889a714179132501d4e447261080 Mon Sep 17 00:00:00 2001 From: Nanda Date: Wed, 26 Jun 2024 13:20:05 +1000 Subject: [PATCH] Bump version to 8.7.5. --- CHANGES.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e71e9fd0cd..3e627fde9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Change Log -#### next release (8.7.5) +#### next release (8.7.6) + +- [The next improvement] + +#### 8.7.5 - 2024-06-26 - TSify some `js` and `jsx` files and provide `.d.ts` ambient type files for a few others. This is so that running `tsc` on an external project that imports Terria code will typecheck successfully. - Upgraded a bunch of d3 dependencies for fixing security errors. diff --git a/package.json b/package.json index cfccbbdce1..8ad6420820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs", - "version": "8.7.4", + "version": "8.7.5", "description": "Geospatial data visualization platform.", "license": "Apache-2.0", "engines": {