Update changelog & bump verison

This commit is contained in:
Starbeamrainbowlabs 2020-07-03 16:18:56 +01:00
parent e2b5de2453
commit f7c59bfa90
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
3 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ npm install --save terrain50-cli
----- -----
## Unreleased ## v1.3
- Added new (untested!) `identify` subcommand - Added new `identify` subcommand
- Added new `stream-slice` subcommand - Added new `stream-slice` subcommand

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "terrain50-cli", "name": "terrain50-cli",
"version": "1.2.0", "version": "1.3.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "terrain50-cli", "name": "terrain50-cli",
"version": "1.2.0", "version": "1.3.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": {