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
|
## 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
2
package-lock.json
generated
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue