diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8375aa0..112e32b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.8.0" + ".": "6.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 785da38..36ccef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0](https://github.com/javalent/obsidian-leaflet/compare/5.8.0...6.0.0) (2023-10-31) + + +### ⚠ BREAKING CHANGES + +* Switched map tile provider (close #424) + +### Features + +* Switched map tile provider (close [#424](https://github.com/javalent/obsidian-leaflet/issues/424)) ([c80da47](https://github.com/javalent/obsidian-leaflet/commit/c80da47a82c0486072a3d3ecce6078856394ae43)) + ## [5.8.0](https://github.com/javalent/obsidian-leaflet/compare/5.7.3...5.8.0) (2023-10-08) diff --git a/manifest.json b/manifest.json index 9152632..51d2ea1 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.8.0", + "version": "6.0.0", "minAppVersion": "0.12.12", "author": "Jeremy Valentine", "repo": "valentine195/obsidian-leaflet-plugin", diff --git a/package-lock.json b/package-lock.json index 82260bf..68728c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-leaflet", - "version": "5.8.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-leaflet", - "version": "5.8.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "pako": "^2.1.0" diff --git a/package.json b/package.json index 53cde1c..7ce85d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-leaflet", - "version": "5.8.0", + "version": "6.0.0", "description": "Leaflet integration for Obsidian.md", "main": "main.js", "scripts": {