From 90a0e30aa94e19520cfe317c388846eac91fb404 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 14 Oct 2020 17:50:23 +0100 Subject: [PATCH] Bump version --- Changelog.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 62f6672..517eb19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,7 +13,7 @@ npm install --save terrain50 ----- -## v1.8.4 (unreleased) +## v1.8.4 - Fix scaling down inputs that contain NODATA values diff --git a/package-lock.json b/package-lock.json index acd5e9e..06625cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terrain50", - "version": "1.8.3", + "version": "1.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8769e6a..d24c6ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terrain50", - "version": "1.8.3", + "version": "1.8.4", "description": "Library for parsing Ordnance Survey Digital Elevation Model files", "main": "src/index.mjs", "scripts": {