Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.0](v4.2.1...v4.3.0) (2023-12-04)

### Features

* add support for Sprite ([785aee9](785aee9))
* parse placement of TextSymbolizer  ([59944a7](59944a7))

### Bug Fixes

* adapt rotation check ([ecd9ed4](ecd9ed4))
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent 59944a7 commit df88272
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [4.3.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v4.2.1...v4.3.0) (2023-12-04)


### Features

* add support for Sprite ([785aee9](https://github.com/geostyler/geostyler-openlayers-parser/commit/785aee926d9e9fed0e05183fc6ad289ce5cf9845))
* parse placement of TextSymbolizer ([59944a7](https://github.com/geostyler/geostyler-openlayers-parser/commit/59944a7c0acc3dee40eb8924b7c0ae464a9c0d74))


### Bug Fixes

* adapt rotation check ([ecd9ed4](https://github.com/geostyler/geostyler-openlayers-parser/commit/ecd9ed450298ac6e65cfee96b1f4dec7548ac79d))
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-openlayers-parser",
"version": "4.2.1",
"version": "4.3.0",
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
"main": "build/dist/OlStyleParser.js",
"types": "build/dist/OlStyleParser.d.ts",
Expand Down

0 comments on commit df88272

Please sign in to comment.