From 65555823e7c886d51910f7ea4ea9487e69d6728a Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Thu, 23 Apr 2015 16:51:57 -0700 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a66af5..f682706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.8.0 + +- `createZXYStream` only lists tile coordinates that contain tile data + # 0.7.0 - Adds `createZXYStream` method for a readstream of z/x/y tile coordinates. diff --git a/package.json b/package.json index 412ad56..a4f7f55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mbtiles", - "version": "0.7.9", + "version": "0.8.0", "description": "Utilities and tilelive integration for the MBTiles format.", "url": "http://github.com/mapbox/node-mbtiles", "author": "Mapbox (https://www.mapbox.com)",