Skip to content

Commit

Permalink
chore(release): 6.0.0-next.5 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0-next.5](v6.0.0-next.4...v6.0.0-next.5) (2024-06-19)

### Bug Fixes

* use bundler module resolution ([05f3055](05f3055))
  • Loading branch information
semantic-release-bot committed Jun 19, 2024
1 parent 05f3055 commit 2935583
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.0-next.5](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0-next.4...v6.0.0-next.5) (2024-06-19)


### Bug Fixes

* use bundler module resolution ([05f3055](https://github.com/geostyler/geostyler-sld-parser/commit/05f3055f4135a1b0459d8e3c174c16e1ea4ad9ca))

## [6.0.0-next.4](https://github.com/geostyler/geostyler-sld-parser/compare/v6.0.0-next.3...v6.0.0-next.4) (2024-06-19)


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-sld-parser",
"version": "6.0.0-next.4",
"version": "6.0.0-next.5",
"description": "GeoStyler Style Parser implementation for SLD",
"type": "module",
"main": "dist/SldStyleParser.js",
Expand Down

0 comments on commit 2935583

Please sign in to comment.