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:
parent
85ba35646f
commit
c8b4b013fc
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue