Skip to content

Commit a462008

Browse files
committed
3.3.0
1 parent d34e169 commit a462008

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.0
2+
3+
* add broken geometry fixtures [#86](https://github.com/mapbox/mvt-fixtures/pull/86)
4+
* clipped square fixtures [#87](https://github.com/mapbox/mvt-fixtures/pull/87)
5+
* large MoveTo and LineTo command fixtures [#88](https://github.com/mapbox/mvt-fixtures/pull/88)
6+
17
## 3.2.0
28

39
* Update fixture `002` to include a set of tags. This makes it more "testable" since the ID does not exist. [#85](https://github.com/mapbox/mvt-fixtures/pull/85)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mvt-fixtures",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "A require-able test fixture suite of valid and invalid Mapbox Vector Tiles",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)