diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a9cd1b0..35d5278 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.5" + ".": "6.0.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf4378..9c12f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.0.6](https://github.com/javalent/obsidian-leaflet/compare/6.0.5...6.0.6) (2025-07-09) + + +### Bug Fixes + +* apply zoomMarkers on first render ([#467](https://github.com/javalent/obsidian-leaflet/issues/467)) ([a26e36b](https://github.com/javalent/obsidian-leaflet/commit/a26e36bd5d2bdfb3f930562f427241327d306e6e)) + ## [6.0.5](https://github.com/javalent/obsidian-leaflet/compare/6.0.4...6.0.5) (2024-03-31) diff --git a/manifest.json b/manifest.json index d901f4d..985b828 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-leaflet-plugin", "name": "Leaflet", "description": "Interactive maps inside your notes", - "version": "6.0.5", + "version": "6.0.6", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index bf68940..5815e70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "6.0.5", + "version": "6.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "6.0.5", + "version": "6.0.6", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index a611ed6..f54c9fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "6.0.5", + "version": "6.0.6", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {