From 1b727a165f29b111c375baecd423b4252b2bfd39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Jun 2024 08:26:40 +0000 Subject: [PATCH] chore(release): 6.0.0-next.2 [skip ci] ## [6.0.0-next.2](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0-next.1...v6.0.0-next.2) (2024-06-19) ### Bug Fixes * update commitlint ([fdc74dc](https://github.com/geostyler/geostyler-sld-parser/commit/fdc74dcbf3c294a02e0a318549d6cb091a2ab2e1)) --- 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 54ac8454..55b708b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.0-next.2](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0-next.1...v6.0.0-next.2) (2024-06-19) + + +### Bug Fixes + +* update commitlint ([fdc74dc](https://github.com/geostyler/geostyler-sld-parser/commit/fdc74dcbf3c294a02e0a318549d6cb091a2ab2e1)) + ## [6.0.0-next.1](https://github.com/geostyler/geostyler-sld-parser/compare/v5.3.1...v6.0.0-next.1) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index 608bce69..777dc809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-sld-parser", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "geostyler-sld-parser", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.2.2", diff --git a/package.json b/package.json index 037f1c03..bbc08ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-sld-parser", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "description": "GeoStyler Style Parser implementation for SLD", "type": "module", "main": "dist/SldStyleParser.js",