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