1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-11-23 07:03:01 +00:00

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 ## v1.0.1
- Update README - Update README

View file

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