Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anandthakker committed Mar 3, 2018
1 parent a9a9102 commit 58df1e9
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.3.1 (2017-03-02)

- Fix bug causing infinite loop when parsing ClosePath command (#61) h/t @sanjin-saric
- Pin node-mapnik dependency to `~3.6.0` (#62, see also https://github.com/mapnik/node-mapnik/issues/848)

### 1.3.0 (2016-07-18)

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

0 comments on commit 58df1e9

Please sign in to comment.