diff --git a/Changelog.md b/Changelog.md index 62dd656..b197540 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ npm install --save terrain50-cli ----- + ## v1.5 - Update dependencies - Add new `analyse-frequencies` subcommand diff --git a/package-lock.json b/package-lock.json index 0b1f520..c7ca35d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terrain50-cli", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a25707..fac7883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terrain50-cli", - "version": "1.4.1", + "version": "1.5.0", "description": "CLI for parsing Ordnance Survey Digital Elevation Model files", "main": "src/index.mjs", "scripts": {