Skip to content

Commit 1786d0e

Browse files
authored
0.2.1 (#104)
* 0.2.1 [publish binary] * 0.2.1 [republish binary]
1 parent 07b007a commit 1786d0e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.1
2+
3+
- Revert polygon decoding PR that snuck into 0.2.0 release [#91](https://github.com/mapbox/vtcomposite/pull/91)
4+
- Remove `valid=false`, which fixes a linestring clipping bug [#98](https://github.com/mapbox/vtcomposite/pull/98)
5+
- Polygon clipping fix [#101](https://github.com/mapbox/vtcomposite/pull/101)
6+
17
# 0.2.0
28

39
- Upgrade to use N-API and remove nan/node-pre-gyp deps

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/vtcomposite",
3-
"version": "0.2.1-dev2",
3+
"version": "0.2.1",
44
"description": "Compositing operations on Vector Tiles (c++ bindings using N-API)",
55
"url": "http://github.com/mapbox/vtcomposite",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)