Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.3.0...v5.0.0) (2024-06-25)

### ⚠ BREAKING CHANGES

* You may need to adapt your imports, your bundler
config or other configs when using this module to make sure your
tooling knows this is now an esm module.
* you may need to adjust your imports as some
of the paths have been changed

### Features

* switch to esm build ([71502fb](71502fb))
* use esm build & update geostyler-style ([4da7581](4da7581))

### Bug Fixes

* add module, update node ([299acb8](299acb8))
* cleanup imports ([605ccc7](605ccc7))
* fix imports & exports ([f906dc1](f906dc1))
* move variable declaration ([6837cf8](6837cf8))
* parsing of property functions in filter args ([484bb8c](484bb8c))
* update geostyler-style & cleanup package.json ([48b7386](48b7386))
* update node versions [skip ci] ([32f4f84](32f4f84))
* use preserve module strategy ([cd83ecc](cd83ecc))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 716ea45 commit 30d3d37
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [5.0.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v4.3.0...v5.0.0) (2024-06-25)


### ⚠ BREAKING CHANGES

* You may need to adapt your imports, your bundler
config or other configs when using this module to make sure your
tooling knows this is now an esm module.
* you may need to adjust your imports as some
of the paths have been changed

### Features

* switch to esm build ([71502fb](https://github.com/geostyler/geostyler-openlayers-parser/commit/71502fbd32d7c7bf21dd2308ec036da2dc646465))
* use esm build & update geostyler-style ([4da7581](https://github.com/geostyler/geostyler-openlayers-parser/commit/4da75810f52cc62a99b9c84532f16b1b39d10475))


### Bug Fixes

* add module, update node ([299acb8](https://github.com/geostyler/geostyler-openlayers-parser/commit/299acb86394091bc7cea00d6be9ee935f22bd0a7))
* cleanup imports ([605ccc7](https://github.com/geostyler/geostyler-openlayers-parser/commit/605ccc78159aaf38d36f6b864125a1f70d3dcdd7))
* fix imports & exports ([f906dc1](https://github.com/geostyler/geostyler-openlayers-parser/commit/f906dc13836ca45b8e1245efe1d53cdd8e3dff5e))
* move variable declaration ([6837cf8](https://github.com/geostyler/geostyler-openlayers-parser/commit/6837cf88d9b1f6e4761885e313a071c3396e99da))
* parsing of property functions in filter args ([484bb8c](https://github.com/geostyler/geostyler-openlayers-parser/commit/484bb8cda05d81d63afe654974af3cdb5c5701ca))
* update geostyler-style & cleanup package.json ([48b7386](https://github.com/geostyler/geostyler-openlayers-parser/commit/48b7386b2ce7a557ca2dc0c6c37c3ca04f30df1c))
* update node versions [skip ci] ([32f4f84](https://github.com/geostyler/geostyler-openlayers-parser/commit/32f4f841909841340ca3c5245cbc9b2cf0e2b65a))
* use preserve module strategy ([cd83ecc](https://github.com/geostyler/geostyler-openlayers-parser/commit/cd83ecc80312a11ded64d10715237ef7f4cb2513))

## [5.0.0-next.6](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.0.0-next.5...v5.0.0-next.6) (2024-06-20)


Expand Down
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": "5.0.0-next.6",
"version": "5.0.0",
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
"type": "module",
"main": "dist/OlStyleParser.js",
Expand Down

0 comments on commit 30d3d37

Please sign in to comment.