Skip to content

Commit

Permalink
chore: release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Mar 7, 2024
1 parent e478cff commit 3b3464d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## [6.0.1](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.0.0...v6.0.1) (2024-03-07)


### Bug Fixes

* **demo:** use valid TileJSON URL ([df53716](https://github.com/MelihAltintas/vue3-openlayers/commit/df5371602353b517d6e6245d41d67ba00e852174))
* **ol-source-vector:** prevent frequent source re-creation ([9bb8777](https://github.com/MelihAltintas/vue3-openlayers/commit/9bb8777116d43e32fd49849ca33d1c3c921a9ef9)), closes [#297](https://github.com/MelihAltintas/vue3-openlayers/issues/297)
* return style in overrideStyleFunction ([838d5e3](https://github.com/MelihAltintas/vue3-openlayers/commit/838d5e3859ab1cf48b47f10775419b52b130bef3))

# [6.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v5.0.0...v6.0.0) (2024-03-06)


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": "vue3-openlayers",
"version": "6.0.0",
"version": "6.0.1",
"description": "OpenLayers Wrapper for Vue3",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b3464d

Please sign in to comment.