From 3805146691f2ca145e109838eab34aaf426f1e4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 08:37:59 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v6.0.0...v6.0.1) (2024-11-11) ### Bug Fixes * preserve visibility in line symbolizer during cloning ([dfda998](https://github.com/geostyler/geostyler-mapbox-parser/commit/dfda9982199eb1769d3b1a103d26940517949874)) --- 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 15836d1..ffbbce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/geostyler/geostyler-mapbox-parser/compare/v6.0.0...v6.0.1) (2024-11-11) + + +### Bug Fixes + +* preserve visibility in line symbolizer during cloning ([dfda998](https://github.com/geostyler/geostyler-mapbox-parser/commit/dfda9982199eb1769d3b1a103d26940517949874)) + ## [6.0.0](https://github.com/geostyler/geostyler-mapbox-parser/compare/v5.0.1...v6.0.0) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index cb9952c..6fb44cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-mapbox-parser", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-mapbox-parser", - "version": "6.0.0", + "version": "6.0.1", "license": "BSD-2-Clause", "dependencies": { "@types/mapbox-gl": "^2.7.18", diff --git a/package.json b/package.json index f5c80d6..e915bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-mapbox-parser", - "version": "6.0.0", + "version": "6.0.1", "description": "GeoStyler-Style-Parser implementation for Mapbox", "type": "module", "main": "dist/MapboxStyleParser.js",