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
+4
View File
@@ -1,3 +1,7 @@
# 0.9.0
- Add `geocoderDataIterator`.
# 0.8.2 # 0.8.2
- Robustify error handling in `getGeocoderdata`. - Robustify error handling in `getGeocoderdata`.
+3 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "mbtiles", "name": "mbtiles",
"version": "0.8.2", "version": "0.9.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)",
@@ -23,7 +23,8 @@
"Will White <willwhite>", "Will White <willwhite>",
"Dane Springmeyer <springmeyer>", "Dane Springmeyer <springmeyer>",
"Young Hahn <yhahn>", "Young Hahn <yhahn>",
"Konstantin Käfer <kkaefer>" "Konstantin Käfer <kkaefer>",
"Andrew Pendleton <apendleton>"
], ],
"dependencies": { "dependencies": {
"d3-queue": "~2.0.3", "d3-queue": "~2.0.3",