This commit is contained in:
John Firebaugh 2016-07-18 17:34:00 -07:00
parent 5c453951e1
commit a3aef5186d
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## vector-tile-js changelog
### 1.3.0 (2016-07-18)
- Added "id" property to VectorTileFeature (#43)
### 1.2.1 (2016-05-18)
- Fixed geometry structure of MultiPoints, Polygons, and MultiPolygons in toGeoJSON()

View File

@ -2,7 +2,7 @@
"name": "vector-tile",
"description": "Parses vector tiles",
"repository": "https://github.com/mapbox/vector-tile-js.git",
"version": "1.2.1",
"version": "1.3.0",
"license": "BSD",
"main": "index.js",
"dependencies": {