Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.5"
".": "6.0.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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": "obsidian-leaflet",
"version": "6.0.5",
"version": "6.0.6",
"description": "Leaflet integration for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down