diff --git a/CHANGELOG.md b/CHANGELOG.md index 5805b5e8..29cb84a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.2.1](https://github.com/geostyler/geostyler-sld-parser/compare/v7.2.0...v7.2.1) (2025-01-14) + + +### Bug Fixes + +* linting ([#976](https://github.com/geostyler/geostyler-sld-parser/issues/976)) ([f0563be](https://github.com/geostyler/geostyler-sld-parser/commit/f0563be94455bda70c1394e9dc6a4fe204ff047c)) + ## [7.2.0](https://github.com/geostyler/geostyler-sld-parser/compare/v7.1.0...v7.2.0) (2025-01-14) diff --git a/package-lock.json b/package-lock.json index 4c230b99..11f9fda3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-sld-parser", - "version": "7.2.0", + "version": "7.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-sld-parser", - "version": "7.2.0", + "version": "7.2.1", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.4.1", diff --git a/package.json b/package.json index 3a2fa07c..aed038e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-sld-parser", - "version": "7.2.0", + "version": "7.2.1", "description": "GeoStyler Style Parser implementation for SLD", "type": "module", "main": "dist/SldStyleParser.js",