diff --git a/CHANGELOG.md b/CHANGELOG.md index 2691f553..b822889d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.0-next.3](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.0-next.2...v5.0.0-next.3) (2024-06-19) + + +### Bug Fixes + +* cleanup imports ([605ccc7](https://github.com/geostyler/geostyler-openlayers-parser/commit/605ccc78159aaf38d36f6b864125a1f70d3dcdd7)) + ## [5.0.0-next.2](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.0-next.1...v5.0.0-next.2) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index db0faf08..6c5a5eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-openlayers-parser", - "version": "5.0.0-next.2", + "version": "5.0.0-next.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-openlayers-parser", - "version": "5.0.0-next.2", + "version": "5.0.0-next.3", "license": "BSD-2-Clause", "dependencies": { "css-font-parser": "^2.0.0", diff --git a/package.json b/package.json index 4c5d0318..b02220b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-openlayers-parser", - "version": "5.0.0-next.2", + "version": "5.0.0-next.3", "description": "GeoStyler Style Parser implementation for OpenLayers styles", "type": "module", "main": "dist/OlStyleParser.js",