Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 5, 2023
1 parent b1a1fd1 commit 8be5840
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [5.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.0...v5.0.1) (2023-12-05)


### Bug Fixes

* allow scale to be a GeoStylerFunction ([73d2271](https://github.com/geostyler/geostyler-mapbox-parser/commit/73d2271e536b14604ca222aaa9af6972014930aa))
* treat ison-size as scale ([ebc9434](https://github.com/geostyler/geostyler-mapbox-parser/commit/ebc9434443ffa4ead4d0bf0296b3422cc73aa2c4))
* use width and multiply directly ([113ef5e](https://github.com/geostyler/geostyler-mapbox-parser/commit/113ef5e8c051e4433971fd3034ff102922f74adf))

## [5.0.0](https://github.com/geostyler/geostyler-mapbox-parser/compare/v4.0.0...v5.0.0) (2023-12-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "geostyler-mapbox-parser",
"version": "5.0.0",
"version": "5.0.1",
"description": "GeoStyler-Style-Parser implementation for Mapbox",
"main": "build/dist/MapboxStyleParser.js",
"types": "build/dist/MapboxStyleParser.d.ts",
Expand Down

0 comments on commit 8be5840

Please sign in to comment.