diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b3da35..3761a796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [5.4.0](https://github.com/geostyler/geostyler-sld-parser/compare/v5.3.1...v5.4.0) (2024-06-21) + + +### Features + +* Extract SLD version from SLD ([#926](https://github.com/geostyler/geostyler-sld-parser/issues/926)) ([56f231b](https://github.com/geostyler/geostyler-sld-parser/commit/56f231bf57b15242a5451ce9797847018053d201)) +* implement i18n for error messages [#923](https://github.com/geostyler/geostyler-sld-parser/issues/923) [#924](https://github.com/geostyler/geostyler-sld-parser/issues/924) ([#928](https://github.com/geostyler/geostyler-sld-parser/issues/928)) ([e01c8c8](https://github.com/geostyler/geostyler-sld-parser/commit/e01c8c837bfcb0dc36912f8cc25581ccc2bfe3f3)) + + +### Bug Fixes + +* offset Y for Textsymbolizer ([#932](https://github.com/geostyler/geostyler-sld-parser/issues/932)) ([398ce0c](https://github.com/geostyler/geostyler-sld-parser/commit/398ce0ca844e17d06e37ebc3eb8099c1d71f454f)), closes [#566](https://github.com/geostyler/geostyler-sld-parser/issues/566) + ## [5.3.1](https://github.com/geostyler/geostyler-sld-parser/compare/v5.3.0...v5.3.1) (2024-02-13) diff --git a/package-lock.json b/package-lock.json index 4550820d..3c8b60ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-sld-parser", - "version": "5.3.1", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "geostyler-sld-parser", - "version": "5.3.1", + "version": "5.4.0", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.2.2", diff --git a/package.json b/package.json index 81ad73b3..6d5be600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-sld-parser", - "version": "5.3.1", + "version": "5.4.0", "description": "GeoStyler Style Parser implementation for SLD", "main": "build/dist/SldStyleParser.js", "types": "build/dist/SldStyleParser.d.ts",