Update changelog; bump version

This commit is contained in:
Starbeamrainbowlabs 2020-05-07 15:13:42 +01:00
parent 85ba35646f
commit c8b4b013fc
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ Release template text:
```
## v1.1.0
- Add support for `Terrain50.ParseStream()` via new --mode flag for the validator subcommand
## v1.0.1
- Update README

View File

@ -1,6 +1,6 @@
{
"name": "terrain50-cli",
"version": "1.0.1",
"version": "1.1.0",
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
"main": "src/index.mjs",
"scripts": {