Skip to content

Commit

Permalink
chore(release): 7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 23, 2024
1 parent 1866de3 commit 06ea179
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [7.2.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.5-1...7.2.5) (2024-05-23)


### Bug Fixes

* merging frontmatter shouldn't overriding key if set to undefined ([1d991b7](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/1d991b7fae1d0c67abdf0be64fc1015a822dc512))

## [7.2.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.3...7.2.4) (2024-05-11)


Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-mkdocs-publisher",
"name": "Github Publisher",
"version": "7.2.5-1",
"version": "7.2.5",
"minAppVersion": "0.15.4",
"description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!",
"author": "Mara-Li",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-mkdocs-publisher",
"name": "Github Publisher",
"version": "7.2.4",
"version": "7.2.5",
"minAppVersion": "0.15.4",
"description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!",
"author": "Mara-Li",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-publisher",
"version": "7.2.5-1",
"version": "7.2.5",
"description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -59,4 +59,4 @@
"got@<11.8.5": ">=11.8.5"
}
}
}
}

0 comments on commit 06ea179

Please sign in to comment.