From 5296d8821fcbe7ec8f1a87205ddbb14068de425f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 13:51:13 +0000 Subject: [PATCH] chore(release): 8.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md 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",