Skip to content

Commit 98b416a

Browse files
chore(release): 5.1.1 [skip ci]
## [5.1.1](v5.1.0...v5.1.1) (2025-05-16) ### Bug Fixes * **OlFlatStyleParser:** properly parse expressions in FlatRule filters ([c2399e5](c2399e5))
1 parent eef566c commit 98b416a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.1.1](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.1.0...v5.1.1) (2025-05-16)
2+
3+
### Bug Fixes
4+
5+
* **OlFlatStyleParser:** properly parse expressions in FlatRule filters ([c2399e5](https://github.com/geostyler/geostyler-openlayers-parser/commit/c2399e5408ce870644de0b5f65732474135dc6b3))
6+
17
## [5.1.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.2...v5.1.0) (2025-05-14)
28

39
### Features

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

0 commit comments

Comments
 (0)