Skip to content

Commit 12389ab

Browse files
chore(main): release 5.8.0 (#422)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ebcec59 commit 12389ab

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-
".": "5.7.3"
2+
".": "5.8.0"
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+
## [5.8.0](https://github.com/javalent/obsidian-leaflet/compare/5.7.3...5.8.0) (2023-10-08)
6+
7+
8+
### Features
9+
10+
* can now specify layer for code block markers ([ebcec59](https://github.com/javalent/obsidian-leaflet/commit/ebcec59d4b57e259c91d21f254ad1866406cc26c))
11+
512
## [5.7.3](https://github.com/javalent/obsidian-leaflet/compare/5.7.2...5.7.3) (2023-08-29)
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": "Obsidian Leaflet",
44
"description": "Interactive maps inside your notes",
5-
"version": "5.7.3",
5+
"version": "5.8.0",
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": "5.7.3",
3+
"version": "5.8.0",
44
"description": "Leaflet integration for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)