diff --git a/CHANGELOG.md b/CHANGELOG.md index e12a1f1..a36d4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.1.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.0.1...v2.1.0) (2024-06-25) + + +### Features + +* prepare next major release ([530fa1e](https://github.com/geostyler/geostyler-qgis-parser/commit/530fa1ee9cde964eec808f543a6661ae4255e051)) + + +### Bug Fixes + +* **deps:** update dependency geostyler-style to v8 ([1469169](https://github.com/geostyler/geostyler-qgis-parser/commit/1469169e3f1f28a23c3f32ebd6c4b398d35d814f)) +* fix commitlint ([1e9702d](https://github.com/geostyler/geostyler-qgis-parser/commit/1e9702da04686b845d763e965dbf3a86f60ebe58)) +* update cql parser version ([1d80c02](https://github.com/geostyler/geostyler-qgis-parser/commit/1d80c02e1009c3c41b920621054f5712d22bf177)) + ## [2.1.0-next.3](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.1.0-next.2...v2.1.0-next.3) (2024-06-21) diff --git a/package-lock.json b/package-lock.json index 0d3606e..cf71971 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-qgis-parser", - "version": "2.1.0-next.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-qgis-parser", - "version": "2.1.0-next.3", + "version": "2.1.0", "license": "BSD-2-Clause", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index 66d4806..4c6ebb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-qgis-parser", - "version": "2.1.0-next.3", + "version": "2.1.0", "description": "GeoStyler Style Parser implementation for QGIS Style", "main": "dist/QGISStyleParser.js", "type": "module",