Skip to content

Commit

Permalink
6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Mar 21, 2017
1 parent 8bb6514 commit 5a629ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.5.1

- Update aws-sdk to use >=2.6.0 [#92](https://github.com/mapbox/tilelive-s3/pull/92)

## 6.5.0

- Optional `strict` property will short-circuit requests to S3 if a tile is below a minzoom or above a maxzoom. This cuts down on actually doing it for requests that are known 404s. [#89](https://github.com/mapbox/tilelive-s3/pull/89)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/tilelive-s3",
"version": "6.5.0",
"version": "6.5.1",
"dependencies": {
"agentkeepalive": "^2.0.3",
"aws-sdk": "^2.6.0",
Expand Down

0 comments on commit 5a629ee

Please sign in to comment.