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) (2024-12-02)

### Bug Fixes

* add missing "anchor" to unsupportedProperties ([d1d9bfe](d1d9bfe))
* check if Array instead of number ([dc0ebfa](dc0ebfa))
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent bf55e3b commit deb0753
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.1](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.0...v5.0.1) (2024-12-02)


### Bug Fixes

* add missing "anchor" to unsupportedProperties ([d1d9bfe](https://github.com/geostyler/geostyler-openlayers-parser/commit/d1d9bfecac5371e9840c65141867805777746424))
* check if Array instead of number ([dc0ebfa](https://github.com/geostyler/geostyler-openlayers-parser/commit/dc0ebfa35333b0c683c49bf5fd0c765211d5626c))

## [5.0.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v4.3.0...v5.0.0) (2024-06-25)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geostyler-openlayers-parser",
"version": "5.0.0",
"version": "5.0.1",
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
"type": "module",
"main": "dist/OlStyleParser.js",
Expand Down

0 comments on commit deb0753

Please sign in to comment.