Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.5.0...v8.0.0) (2023-11-30)

### ⚠ BREAKING CHANGES

* IconSymbolizer.image can be a Sprite

### Features

* add support for image sprites ([f51c297](f51c297))

### Bug Fixes

*  replace width and height with size ([f264c83](f264c83))
* add missing semantic-release dependency ([aa60480](aa60480))
  • Loading branch information
semantic-release-bot committed Nov 30, 2023
1 parent 0c07a89 commit 5296d88
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5296d88

Please sign in to comment.