bump to v0.10.0

This commit is contained in:
Dane Springmeyer
2018-06-26 08:05:29 -07:00
parent 281a330198
commit 60b8775a3d
2 changed files with 7 additions and 3 deletions

View File

@@ -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)_

View File

@@ -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)",