Bump to v0.9.0

This commit is contained in:
Andrew Pendleton
2016-04-15 13:26:06 -04:00
parent 6461244a8d
commit 4bbfaf9919
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# 0.9.0
- Add `geocoderDataIterator`.
# 0.8.2
- Robustify error handling in `getGeocoderdata`.

View File

@@ -1,6 +1,6 @@
{
"name": "mbtiles",
"version": "0.8.2",
"version": "0.9.0",
"description": "Utilities and tilelive integration for the MBTiles format.",
"url": "http://github.com/mapbox/node-mbtiles",
"author": "Mapbox (https://www.mapbox.com)",
@@ -23,7 +23,8 @@
"Will White <willwhite>",
"Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>",
"Konstantin Käfer <kkaefer>"
"Konstantin Käfer <kkaefer>",
"Andrew Pendleton <apendleton>"
],
"dependencies": {
"d3-queue": "~2.0.3",