diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index e832c7f2..e9b74ebd 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.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. +## [6.14.0-4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.14.0-3...6.14.0-4) (2024-01-24) + + +### Bug Fixes + +* **frontmatter:** Ensure consistent behavior across various commands ([4a7c19e](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/4a7c19ed7fd605ecc84d09e323cdff95a400ba4c)) + ## [6.14.0-3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.14.0-2...6.14.0-3) (2024-01-24) diff --git a/manifest-beta.json b/manifest-beta.json index fbab497a..9ba1c255 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.14.0-3", + "version": "6.14.0-4", "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 ab43f233..a1f1f8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.14.0-3", + "version": "6.14.0-4", "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": {