mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
Update changelog & bump verison
This commit is contained in:
parent
e2b5de2453
commit
f7c59bfa90
3 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@ npm install --save terrain50-cli
|
|||
-----
|
||||
|
||||
|
||||
## Unreleased
|
||||
- Added new (untested!) `identify` subcommand
|
||||
## v1.3
|
||||
- Added new `identify` subcommand
|
||||
- Added new `stream-slice` subcommand
|
||||
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "terrain50-cli",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "terrain50-cli",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
|
||||
"main": "src/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue