Skip to content

Commit deb0753

Browse files
chore(release): 5.0.1 [skip ci]
## [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))
1 parent bf55e3b commit deb0753

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.0.1](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.0...v5.0.1) (2024-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing "anchor" to unsupportedProperties ([d1d9bfe](https://github.com/geostyler/geostyler-openlayers-parser/commit/d1d9bfecac5371e9840c65141867805777746424))
7+
* check if Array instead of number ([dc0ebfa](https://github.com/geostyler/geostyler-openlayers-parser/commit/dc0ebfa35333b0c683c49bf5fd0c765211d5626c))
8+
19
## [5.0.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v4.3.0...v5.0.0) (2024-06-25)
210

311

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-openlayers-parser",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
55
"type": "module",
66
"main": "dist/OlStyleParser.js",

0 commit comments

Comments
 (0)