From 5e89b83857f9fc0f3b2deb20570d4f55e9851e89 Mon Sep 17 00:00:00 2001 From: jingsam Date: Fri, 10 May 2019 10:33:06 +0800 Subject: [PATCH] prepare v0.11.0 --- CHANGELOG.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2e08c..e629f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -# vNext +# 0.11.0 +- getInfo() returns `scheme` as `xyz` instead of `tms` [#66](https://github.com/mapbox/node-mbtiles/pull/66) - [@hannesj](https://github.com/hannesj) - use `path.join` so pkg can auto detect assets [#80](https://github.com/mapbox/node-mbtiles/pull/80) - [@jingsam](https://github.com/jingsam) # 0.10.0 diff --git a/package.json b/package.json index d52585b..4ea53c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/mbtiles", - "version": "0.10.0", + "version": "0.11.0", "description": "Utilities and tilelive integration for the MBTiles format.", "url": "http://github.com/mapbox/node-mbtiles", "author": "Mapbox (https://www.mapbox.com)", @@ -39,7 +39,7 @@ "tape": "~4.10.1" }, "engines": { - "node": ">= 4" + "node": ">= 6" }, "scripts": { "test": "eslint lib && tape test/*.js"