diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce50ad..528515b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [11.3.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.2.1...v11.3.0) (2024-12-17) + + +### Bug Fixes + +* console warnings ([#397](https://github.com/MelihAltintas/vue3-openlayers/issues/397)) ([82aff4c](https://github.com/MelihAltintas/vue3-openlayers/commit/82aff4cf495e29c66aae99b5bd2026c973d48743)) + + +### Features + +* **OlScalelineControl:** support `maxWidth` option ([#390](https://github.com/MelihAltintas/vue3-openlayers/issues/390)) ([d92a7fd](https://github.com/MelihAltintas/vue3-openlayers/commit/d92a7fde432a36ae192dc37158da054c822c2907)) +* **OlScalelineControl:** support all props with defaults from OpenLayers ([9451194](https://github.com/MelihAltintas/vue3-openlayers/commit/945119414a492ef4c783fdd061db12bdeb37442e)) + ## [11.2.1](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.2.0...v11.2.1) (2024-10-02) diff --git a/package-lock.json b/package-lock.json index 4dd153d..cec42d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue3-openlayers", - "version": "11.2.1", + "version": "11.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue3-openlayers", - "version": "11.2.1", + "version": "11.3.0", "license": "MIT", "dependencies": { "@turf/buffer": "^7.0.0", diff --git a/package.json b/package.json index 30818c6..f5649df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-openlayers", - "version": "11.2.1", + "version": "11.3.0", "description": "OpenLayers Wrapper for Vue3", "repository": { "type": "git",