Skip to content

Commit 097b384

Browse files
committed
Bump version to 0.1.0
1 parent b50976a commit 097b384

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
### The Next Release
44

5-
- Updated TerriaJS to `8.4.x`.
6-
- Replaced `node-sass` with `sass`. ("both packages expose the same JavaScript API", so no changes should be required)
75
- [The next improvement]
86

7+
### `0.1.0`
8+
9+
**2024-02-08**
10+
11+
- Updated TerriaJS to `8.5.0`.
12+
- **Breaking changes:**
13+
- **Upgraded Cesium to version 6.2.0**
14+
- **Upgraded Typescript to version 5.2.x**
15+
- For full list of changes, see [terriajs/CHANGES.md](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md)
16+
- Replaced `node-sass` with `sass`. (both packages expose the same JavaScript API, so no changes should be required)
17+
- Increase NodeJS minimum version to 16
18+
919
### `0.0.9`
1020

1121
**2023-11-24**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"name": "terriajs-map",
16-
"version": "0.0.9",
16+
"version": "0.1.0",
1717
"description": "Geospatial catalog explorer based on TerriaJS.",
1818
"license": "Apache-2.0",
1919
"engines": {

0 commit comments

Comments
 (0)