Skip to content

Commit

Permalink
chore(main): release 6.0.3 (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent ba94896 commit fc868ab
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "6.0.2"
".": "6.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.3](https://github.com/javalent/obsidian-leaflet/compare/6.0.2...6.0.3) (2024-03-27)


### Bug Fixes

* Fixes some instances where custom marker images were not resized ([505e3b2](https://github.com/javalent/obsidian-leaflet/commit/505e3b2f3b0334025cd796896ce0e98aa9902979))

## [6.0.2](https://github.com/javalent/obsidian-leaflet/compare/6.0.1...6.0.2) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -2,7 +2,7 @@
"id": "obsidian-leaflet-plugin",
"name": "Leaflet",
"description": "Interactive maps inside your notes",
"version": "6.0.2",
"version": "6.0.3",
"minAppVersion": "0.12.12",
"author": "Jeremy Valentine",
"repo": "valentine195/obsidian-leaflet-plugin",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-leaflet",
"version": "6.0.2",
"version": "6.0.3",
"description": "Leaflet integration for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit fc868ab

Please sign in to comment.