From 3aaa7970d1feb17b739fe0c5cce250630bbb97a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 15:47:25 +0000 Subject: [PATCH] chore(release): 6.1.1 [skip ci] ## [6.1.1](https://github.com/geostyler/geostyler-sld-parser/compare/v6.1.0...v6.1.1) (2024-07-09) ### Bug Fixes * fix reading CDATA values from SLD ([3afb066](https://github.com/geostyler/geostyler-sld-parser/commit/3afb0669c81bd36326126e46cd5cb8e7fa9fece7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb62eae..c2b5a856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.1](https://github.com/geostyler/geostyler-sld-parser/compare/v6.1.0...v6.1.1) (2024-07-09) + + +### Bug Fixes + +* fix reading CDATA values from SLD ([3afb066](https://github.com/geostyler/geostyler-sld-parser/commit/3afb0669c81bd36326126e46cd5cb8e7fa9fece7)) + ## [6.1.0](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0...v6.1.0) (2024-07-04) diff --git a/package-lock.json b/package-lock.json index 9c592be4..0b381a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-sld-parser", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-sld-parser", - "version": "6.1.0", + "version": "6.1.1", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.2.2", diff --git a/package.json b/package.json index 76bd5f20..8cf71dde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-sld-parser", - "version": "6.1.0", + "version": "6.1.1", "description": "GeoStyler Style Parser implementation for SLD", "type": "module", "main": "dist/SldStyleParser.js",