diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a0511b..c535279 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.7.0" + ".": "5.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2481c07..4618940 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. +## [5.7.1](https://github.com/javalent/obsidian-leaflet/compare/5.7.0...5.7.1) (2023-07-03) + + +### Bug Fixes + +* fixes issue preventing map view from opening ([3b2ecee](https://github.com/javalent/obsidian-leaflet/commit/3b2ecee45454f65f0107b23d5878c7a48babc425)) + ## [5.7.0](https://github.com/javalent/obsidian-leaflet/compare/5.6.1...5.7.0) (2023-06-29) diff --git a/manifest.json b/manifest.json index 6e1f77f..287b729 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": "5.7.0", + "version": "5.7.1", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index c220da7..bf3c970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "5.7.0", + "version": "5.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "5.7.0", + "version": "5.7.1", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index 7562187..acf2090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "5.7.0", + "version": "5.7.1", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {