From 944ac93a9ef002717db5741734a82a1eb5001e4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jul 2024 10:16:04 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] ## [6.1.0](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0...v6.1.0) (2024-07-04) ### Features * reimplementing i18n for error messages without i18next [#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) [#944](https://github.com/geostyler/geostyler-sld-parser/issues/944) ([8252180](https://github.com/geostyler/geostyler-sld-parser/commit/825218070948d162d66d39ba6c414f63e90f5445)) --- 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 54834620..9bb62eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.0](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0...v6.1.0) (2024-07-04) + + +### Features + +* reimplementing i18n for error messages without i18next [#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) [#944](https://github.com/geostyler/geostyler-sld-parser/issues/944) ([8252180](https://github.com/geostyler/geostyler-sld-parser/commit/825218070948d162d66d39ba6c414f63e90f5445)) + ## [6.0.0](https://github.com/geostyler/geostyler-sld-parser/compare/v5.4.0...v6.0.0) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index b3500f3c..7a4af4b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-sld-parser", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-sld-parser", - "version": "6.0.0", + "version": "6.1.0", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.2.2", diff --git a/package.json b/package.json index c5ccc635..f0429bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-sld-parser", - "version": "6.0.0", + "version": "6.1.0", "description": "GeoStyler Style Parser implementation for SLD", "type": "module", "main": "dist/SldStyleParser.js",