prepare v0.11.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user