bump to v0.10.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# vNext
|
||||
# 0.10.0
|
||||
|
||||
- Now supporting node v10
|
||||
- Upgraded to @mapbox/sphericalmercator@1.1.0
|
||||
- Upgraded to sqlite3@4.x with node v10 support
|
||||
- Dropped support for node versions before 4 (due to sqlite2 upgrade)
|
||||
- Remove unused utility code [#77](https://github.com/mapbox/node-mbtiles/pull/77)
|
||||
- Add `mode` option to MBTiles constructor which allows you to specify READONLY (ro), READWRITE (rw), or the default READWRITECREATE (rwc) [#73](https://github.com/mapbox/node-mbtiles/pull/73) - _added by [@jingsam](https://github.com/jingsam)_
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mapbox/mbtiles",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "Utilities and tilelive integration for the MBTiles format.",
|
||||
"url": "http://github.com/mapbox/node-mbtiles",
|
||||
"author": "Mapbox (https://www.mapbox.com)",
|
||||
|
||||
Reference in New Issue
Block a user