diff --git a/CHANGELOG.md b/CHANGELOG.md index 3011c32f..30b21aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest-beta.json b/manifest-beta.json index 167538e5..fae5d314 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index 03b7f619..041705d9 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 57c84a45..ad0075c4 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -59,4 +59,4 @@ "got@<11.8.5": ">=11.8.5" } } -} \ No newline at end of file +}