Skip to content

Commit 78ed245

Browse files
chore(main): release 5.6.0 (#382)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d0a8b0 commit 78ed245

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.5.8"
2+
".": "5.6.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.6.0](https://github.com/javalent/obsidian-leaflet/compare/5.5.8...5.6.0) (2023-05-04)
6+
7+
8+
### Features
9+
10+
* Enable marker opacity (close [#334](https://github.com/javalent/obsidian-leaflet/issues/334)) ([59f26dc](https://github.com/javalent/obsidian-leaflet/commit/59f26dc7c6ab236fae50a942239f60589b8a50b7))
11+
12+
13+
### Bug Fixes
14+
15+
* clean up settings ([#381](https://github.com/javalent/obsidian-leaflet/issues/381)) ([4df1590](https://github.com/javalent/obsidian-leaflet/commit/4df15901d65916101ecb7aa2e96d2e825d8657f9))
16+
* default to infinite recursion for geojson (close [#366](https://github.com/javalent/obsidian-leaflet/issues/366)) ([ad2b37a](https://github.com/javalent/obsidian-leaflet/commit/ad2b37a49af93531aaccd7ef99c6dbe0dcc2a95a))
17+
* display geojson causing error in notice ([174b80d](https://github.com/javalent/obsidian-leaflet/commit/174b80d6311e257fd1e468ebc5223f0c9672b3ac))
18+
* fixes longitude i10n message ([97adff3](https://github.com/javalent/obsidian-leaflet/commit/97adff3007a4e75ae0efa67923d61ab05eae94cd))
19+
520
## [5.5.8](https://github.com/javalent/obsidian-leaflet/compare/5.5.7...5.5.8) (2023-04-30)
621

722

manifest.json

Lines changed: 1 addition & 1 deletion
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.5.8",
5+
"version": "5.6.0",
66
"minAppVersion": "0.12.12",
77
"author": "Jeremy Valentine",
88
"repo": "valentine195/obsidian-leaflet-plugin",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-leaflet",
3-
"version": "5.5.8",
3+
"version": "5.6.0",
44
"description": "Leaflet integration for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)