Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Hahn committed Mar 8, 2014
1 parent 653fb69 commit 71cc06f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changlog # Changlog


## 0.9.0

- Backend: remove caching of VT tiles

## 0.8.0 ## 0.8.0


- Use lru-cache to replace internal backend VT cache - Use lru-cache to replace internal backend VT cache
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{ {
"name": "tilelive-vector", "name": "tilelive-vector",
"version": "0.8.0", "version": "0.9.0",
"main": "./index.js", "main": "./index.js",
"description": "Vector tile => raster tile backend for tilelive", "description": "Vector tile => raster tile backend for tilelive",
"repository": { "repository": {
Expand All @@ -13,7 +13,6 @@
} }
], ],
"dependencies": { "dependencies": {
"lru-cache": "2.5.x",
"mapnik": "1.4.0", "mapnik": "1.4.0",
"tilelive": "4.5.x", "tilelive": "4.5.x",
"tar": "~0.1.18", "tar": "~0.1.18",
Expand Down

0 comments on commit 71cc06f

Please sign in to comment.