diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4ff2620..8a31955 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.1" + ".": "6.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 88df4e3..eadc3bb 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.2](https://github.com/javalent/obsidian-leaflet/compare/6.0.1...6.0.2) (2024-01-26) + + +### Bug Fixes + +* Update plugin name per Obsidian developer guidelines ([56bdbfc](https://github.com/javalent/obsidian-leaflet/commit/56bdbfcc02010aec809c2f70ee5ee56a072e2491)) + ## [6.0.1](https://github.com/javalent/obsidian-leaflet/compare/6.0.0...6.0.1) (2023-12-01) diff --git a/manifest.json b/manifest.json index 52f1434..950232b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-leaflet-plugin", - "name": "Obsidian Leaflet", + "name": "Leaflet", "description": "Interactive maps inside your notes", - "version": "6.0.1", + "version": "6.0.2", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index cc25d98..449b891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index 987fa49..65a21ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "6.0.1", + "version": "6.0.2", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {