diff --git a/CHANGELOG.md b/CHANGELOG.md index ab37a6df..93137569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +v0.6.90 +* [cli] Support for writing files up to 4gb on most computers (2gb was the previous limit). + v0.6.89 * Bug fixes diff --git a/package-lock.json b/package-lock.json index 0f13efac..5745731d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapshaper", - "version": "0.6.89", + "version": "0.6.90", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mapshaper", - "version": "0.6.89", + "version": "0.6.90", "license": "MPL-2.0", "dependencies": { "@placemarkio/tokml": "^0.3.3", diff --git a/package.json b/package.json index bc4597b4..56fe968d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapshaper", - "version": "0.6.89", + "version": "0.6.90", "description": "A tool for editing vector datasets for mapping and GIS.", "keywords": [ "shapefile",