Skip to content

Commit ba1a878

Browse files
chore(release): 6.1.0 [skip ci]
## [6.1.0](v6.0.1...v6.1.0) (2024-12-02) ### Features * add interpolate function ([#325](#325)) ([6567d8b](6567d8b)) ### Bug Fixes * **deps:** update dependency @types/mapbox-gl to v2.7.21 ([d7cf5ea](d7cf5ea)) * preserve outline dash array ([77edffb](77edffb))
1 parent da1b50a commit ba1a878

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [6.1.0](https://github.com/geostyler/geostyler-mapbox-parser/compare/v6.0.1...v6.1.0) (2024-12-02)
2+
3+
4+
### Features
5+
6+
* add interpolate function ([#325](https://github.com/geostyler/geostyler-mapbox-parser/issues/325)) ([6567d8b](https://github.com/geostyler/geostyler-mapbox-parser/commit/6567d8b14c0158f96856de8786081d4fd0f554ff))
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @types/mapbox-gl to v2.7.21 ([d7cf5ea](https://github.com/geostyler/geostyler-mapbox-parser/commit/d7cf5ea2d80a4baae9b5990f9b90ac7c5fa5b330))
12+
* preserve outline dash array ([77edffb](https://github.com/geostyler/geostyler-mapbox-parser/commit/77edffbf967d31c668e6b4a2e8c3a8d90b9517a4))
13+
114
## [6.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v6.0.0...v6.0.1) (2024-11-11)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "geostyler-mapbox-parser",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "GeoStyler-Style-Parser implementation for Mapbox",
55
"type": "module",
66
"main": "dist/MapboxStyleParser.js",

0 commit comments

Comments
 (0)