Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Feb 25, 2015
1 parent 51d4f30 commit bc79ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## vector-tile-js changelog

### 1.1.1 (2015-02-25)

- Remove sphericalmercator dependency
- Correctly handle MultiPoint and MultiLineString features in toGeoJSON()

### 1.1.0 (2015-02-21)

- Added VectorTileFeature#toGeoJSON()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vector-tile",
"description": "Parses vector tiles",
"repository": "https://github.com/mapbox/vector-tile-js.git",
"version": "1.1.0",
"version": "1.1.1",
"license": "BSD",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit bc79ebb

Please sign in to comment.