diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a31955..53f97e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.2" + ".": "6.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eadc3bb..5e9367c 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.3](https://github.com/javalent/obsidian-leaflet/compare/6.0.2...6.0.3) (2024-03-27) + + +### Bug Fixes + +* Fixes some instances where custom marker images were not resized ([505e3b2](https://github.com/javalent/obsidian-leaflet/commit/505e3b2f3b0334025cd796896ce0e98aa9902979)) + ## [6.0.2](https://github.com/javalent/obsidian-leaflet/compare/6.0.1...6.0.2) (2024-01-26) diff --git a/manifest.json b/manifest.json index 950232b..9c2e11c 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.2", + "version": "6.0.3", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index 449b891..00f5434 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "6.0.2", + "version": "6.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "6.0.2", + "version": "6.0.3", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index 65a21ed..6712320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "6.0.2", + "version": "6.0.3", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {