Skip to content

Commit

Permalink
Merge pull request #7215 from TerriaJS/rel-875
Browse files Browse the repository at this point in the history
Bump version to 8.7.5.
  • Loading branch information
na9da authored Jun 26, 2024
2 parents 87b57b0 + 1a46423 commit 1d46281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terriajs",
"version": "8.7.4",
"version": "8.7.5",
"description": "Geospatial data visualization platform.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 1d46281

Please sign in to comment.