diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a22e6..614cfd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/geostyler/geostyler-lyrx-parser/compare/v1.1.0...v1.1.1) (2024-11-18) + +### Bug Fixes + +* less restrictive string to parameter ([0c32556](https://github.com/geostyler/geostyler-lyrx-parser/commit/0c3255699fdc554ceda47c2f4e18b714c02ba621)) +* missing graphic-fill ([2b8e5e1](https://github.com/geostyler/geostyler-lyrx-parser/commit/2b8e5e1d0fc10e8fa959a855352e9f1206a9353d)) + ## [1.1.0](https://github.com/geostyler/geostyler-lyrx-parser/compare/v1.0.2...v1.1.0) (2024-11-04) ### Features diff --git a/package-lock.json b/package-lock.json index 96fc3d5..601f678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-lyrx-parser", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-lyrx-parser", - "version": "1.1.0", + "version": "1.1.1", "license": "BSD-2-Clause", "dependencies": { "geostyler-style": "^9.0.1" diff --git a/package.json b/package.json index ca438e8..f0b3fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-lyrx-parser", - "version": "1.1.0", + "version": "1.1.1", "description": "GeoStyler Style Parser implementation for ArcGIS Pro Layer Files (Lyrx)", "type": "module", "main": "dist/index.js",