diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b67e278..4a0511b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.6.1" + ".": "5.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b8b54..2481c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/javalent/obsidian-leaflet/compare/5.6.1...5.7.0) (2023-06-29) + + +### Features + +* Define custom marker types in json files ([#400](https://github.com/javalent/obsidian-leaflet/issues/400)) ([b9305f5](https://github.com/javalent/obsidian-leaflet/commit/b9305f50529e862df1359a46641bf8b0280c5b49)) + + +### Bug Fixes + +* restore removal of custom marker types ([#401](https://github.com/javalent/obsidian-leaflet/issues/401)) ([73e1f4b](https://github.com/javalent/obsidian-leaflet/commit/73e1f4b46f796d679ed7a5efcf06c3916ba7f879)) + ## [5.6.1](https://github.com/javalent/obsidian-leaflet/compare/5.6.0...5.6.1) (2023-05-07) diff --git a/manifest.json b/manifest.json index 9513655..6e1f77f 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.6.1", + "version": "5.7.0", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index fd22987..c220da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "5.6.1", + "version": "5.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "5.6.1", + "version": "5.7.0", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index fefe2c4..404e833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "5.6.1", + "version": "5.7.0", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {