Skip to content

Commit e2a02a8

Browse files
chore(main): release 6.0.5 (#441)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa1a3f4 commit e2a02a8

5 files changed

+12
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.4"
2+
".": "6.0.5"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [6.0.5](https://github.com/javalent/obsidian-leaflet/compare/6.0.4...6.0.5) (2024-03-31)
6+
7+
8+
### Bug Fixes
9+
10+
* Inspect document body for theme instead of vault config (close [#440](https://github.com/javalent/obsidian-leaflet/issues/440)) ([fa1a3f4](https://github.com/javalent/obsidian-leaflet/commit/fa1a3f42ebee556ca1427ec637f1522a09bba0e2))
11+
512
## [6.0.4](https://github.com/javalent/obsidian-leaflet/compare/6.0.3...6.0.4) (2024-03-27)
613

714

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "obsidian-leaflet-plugin",
33
"name": "Leaflet",
44
"description": "Interactive maps inside your notes",
5-
"version": "6.0.4",
5+
"version": "6.0.5",
66
"minAppVersion": "0.12.12",
77
"author": "Jeremy Valentine",
88
"repo": "valentine195/obsidian-leaflet-plugin",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-leaflet",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Leaflet integration for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)