Skip to content

Commit

Permalink
Merge branch 'main' of github.com:javalent/obsidian-leaflet into main
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Mar 27, 2024
2 parents 505e3b2 + fc54d4e commit ba94896
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.1"
".": "6.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.2](https://github.com/javalent/obsidian-leaflet/compare/6.0.1...6.0.2) (2024-01-26)


### Bug Fixes

* Update plugin name per Obsidian developer guidelines ([56bdbfc](https://github.com/javalent/obsidian-leaflet/commit/56bdbfcc02010aec809c2f70ee5ee56a072e2491))

## [6.0.1](https://github.com/javalent/obsidian-leaflet/compare/6.0.0...6.0.1) (2023-12-01)


Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-leaflet-plugin",
"name": "Obsidian Leaflet",
"name": "Leaflet",
"description": "Interactive maps inside your notes",
"version": "6.0.1",
"version": "6.0.2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-leaflet",
"version": "6.0.1",
"version": "6.0.2",
"description": "Leaflet integration for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit ba94896

Please sign in to comment.