Skip to content

Commit 8be5840

Browse files
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2023-12-05) ### Bug Fixes * allow scale to be a GeoStylerFunction ([73d2271](73d2271)) * treat ison-size as scale ([ebc9434](ebc9434)) * use width and multiply directly ([113ef5e](113ef5e))
1 parent b1a1fd1 commit 8be5840

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.0...v5.0.1) (2023-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* allow scale to be a GeoStylerFunction ([73d2271](https://github.com/geostyler/geostyler-mapbox-parser/commit/73d2271e536b14604ca222aaa9af6972014930aa))
7+
* treat ison-size as scale ([ebc9434](https://github.com/geostyler/geostyler-mapbox-parser/commit/ebc9434443ffa4ead4d0bf0296b3422cc73aa2c4))
8+
* use width and multiply directly ([113ef5e](https://github.com/geostyler/geostyler-mapbox-parser/commit/113ef5e8c051e4433971fd3034ff102922f74adf))
9+
110
## [5.0.0](https://github.com/geostyler/geostyler-mapbox-parser/compare/v4.0.0...v5.0.0) (2023-12-04)
211

312

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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "GeoStyler-Style-Parser implementation for Mapbox",
55
"main": "build/dist/MapboxStyleParser.js",
66
"types": "build/dist/MapboxStyleParser.d.ts",

0 commit comments

Comments
 (0)