diff --git a/CHANGELOG.md b/CHANGELOG.md index 4338b84..9797ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.12.2 + - collects stats in terms of KM2 in a stats file + +# 0.12.1 + - collects stats about tile in a file + # 0.12.0 - Remove support for node versions < 10 diff --git a/package.json b/package.json index 3b34c8b..d0fa676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mbtiles", - "version": "0.12.1", + "version": "0.12.2", "description": "Utilities and tilelive integration for the MBTiles format.", "url": "http://github.com/mapbox/node-mbtiles", "author": "Mapbox (https://www.mapbox.com)",