Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.3.0](v5.2.0...v5.3.0) (2024-02-13)

### Features

* read/write labelplacement ([260c80d](260c80d))

### Bug Fixes

* omit setting style title for sld 1.1.0 ([2f24602](2f24602))
* remove unintended se namespace prefix from filter ([389b010](389b010))
* remove unnecessary ogc: prefix from filter ([450ee8f](450ee8f))
  • Loading branch information
semantic-release-bot committed Feb 13, 2024
1 parent 2a22e4b commit 20d7bdf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.3.0](https://github.com/geostyler/geostyler-sld-parser/compare/v5.2.0...v5.3.0) (2024-02-13)


### Features

* read/write labelplacement ([260c80d](https://github.com/geostyler/geostyler-sld-parser/commit/260c80d082ca57c7ecf409b0787b8d00c001954f))


### Bug Fixes

* omit setting style title for sld 1.1.0 ([2f24602](https://github.com/geostyler/geostyler-sld-parser/commit/2f246023ac0abe961c02270bcb45af3772c6da5c))
* remove unintended se namespace prefix from filter ([389b010](https://github.com/geostyler/geostyler-sld-parser/commit/389b010e0038d4edf50984ac4352f582d29d0eac))
* remove unnecessary ogc: prefix from filter ([450ee8f](https://github.com/geostyler/geostyler-sld-parser/commit/450ee8f963c929b566c9c3c1ac505a469e5c8bb2))

## [5.2.0](https://github.com/geostyler/geostyler-sld-parser/compare/v5.1.0...v5.2.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geostyler-sld-parser",
"version": "5.2.0",
"version": "5.3.0",
"description": "GeoStyler Style Parser implementation for SLD",
"main": "build/dist/SldStyleParser.js",
"types": "build/dist/SldStyleParser.d.ts",
Expand Down

0 comments on commit 20d7bdf

Please sign in to comment.