Skip to content

Commit 2483574

Browse files
committed
Bump version to 0.4.2.
1 parent 430bf86 commit 2483574

File tree

3 files changed

+1131
-87
lines changed

3 files changed

+1131
-87
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
#### 0.4.2
4+
5+
**2025-06-03**
6+
7+
- Update TerriaJS to [8.9.5](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#895---2025-06-03)
8+
- Update terriajs-server to [4.0.2](https://github.com/TerriaJS/terriajs-server/blob/master/CHANGES.md#402---2025-06-03)
9+
310
#### 0.4.1
411

512
**2025-04-24**

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"name": "terriajs-map",
15-
"version": "0.4.1",
15+
"version": "0.4.2",
1616
"description": "Geospatial catalog explorer based on TerriaJS.",
1717
"license": "Apache-2.0",
1818
"engines": {
@@ -23,7 +23,7 @@
2323
"url": "http://github.com/TerriaJS/TerriaMap"
2424
},
2525
"dependencies": {
26-
"terriajs-server": "^4.0.0"
26+
"terriajs-server": "^4.0.2"
2727
},
2828
"config": {
2929
"docker": {
@@ -74,7 +74,7 @@
7474
"sass-loader": "^16.0.3",
7575
"style-loader": "^4.0.0",
7676
"svg-sprite-loader": "^6.0.11",
77-
"terriajs": "8.9.3",
77+
"terriajs": "8.9.5",
7878
"terriajs-cesium": "8.0.2",
7979
"terriajs-plugin-api": "0.0.1-alpha.17",
8080
"terriajs-plugin-sample": "0.0.1-alpha.7",

0 commit comments

Comments
 (0)