From a0ccafcc2660bce934133669237e6df5e371bc9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:15:01 -0500 Subject: [PATCH] chore(main): release 6.0.1 (#428) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 112e32b..4ff2620 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ccef9..88df4e3 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.1](https://github.com/javalent/obsidian-leaflet/compare/6.0.0...6.0.1) (2023-12-01) + + +### Bug Fixes + +* Marker tooltips should hide when a layer is changed ([19d5765](https://github.com/javalent/obsidian-leaflet/commit/19d5765073cbfd022f178b64c4a995c69b0a3272)) + ## [6.0.0](https://github.com/javalent/obsidian-leaflet/compare/5.8.0...6.0.0) (2023-10-31) diff --git a/manifest.json b/manifest.json index 51d2ea1..52f1434 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-leaflet-plugin", "name": "Obsidian Leaflet", "description": "Interactive maps inside your notes", - "version": "6.0.0", + "version": "6.0.1", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index 68728c5..cc25d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index 7ce85d5..987fa49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "6.0.0", + "version": "6.0.1", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {