prepare v0.11.0

This commit is contained in:
jingsam
2019-05-10 10:33:06 +08:00
parent 821e2ebbc7
commit 5e89b83857
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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) - 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 # 0.10.0
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@mapbox/mbtiles", "name": "@mapbox/mbtiles",
"version": "0.10.0", "version": "0.11.0",
"description": "Utilities and tilelive integration for the MBTiles format.", "description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles", "url": "http://github.com/mapbox/node-mbtiles",
"author": "Mapbox (https://www.mapbox.com)", "author": "Mapbox (https://www.mapbox.com)",
@@ -39,7 +39,7 @@
"tape": "~4.10.1" "tape": "~4.10.1"
}, },
"engines": { "engines": {
"node": ">= 4" "node": ">= 6"
}, },
"scripts": { "scripts": {
"test": "eslint lib && tape test/*.js" "test": "eslint lib && tape test/*.js"