diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b8aacb28a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +## [8.0.0](https://github.com/geostyler/geostyler-style/compare/v7.5.0...v8.0.0) (2023-11-30) + + +### ⚠ BREAKING CHANGES + +* IconSymbolizer.image can be a Sprite + +### Features + +* add support for image sprites ([f51c297](https://github.com/geostyler/geostyler-style/commit/f51c29760ab0536b50edbeab648785fd72f43bc2)) + + +### Bug Fixes + +* replace width and height with size ([f264c83](https://github.com/geostyler/geostyler-style/commit/f264c830cfd213a6c98aba9314b462d8452ef573)) +* add missing semantic-release dependency ([aa60480](https://github.com/geostyler/geostyler-style/commit/aa6048023b89ba0f8f217ead4b0c542c375c65ec)) diff --git a/package-lock.json b/package-lock.json index df606b607..0f6585fd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-style", - "version": "7.5.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-style", - "version": "7.5.0", + "version": "8.0.0", "license": "BSD-2-Clause", "dependencies": { "@types/lodash": "^4.14.201", diff --git a/package.json b/package.json index e560395e1..555f443db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-style", - "version": "7.5.0", + "version": "8.0.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",