diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1236bf..f7ece881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.5.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.0...6.5.1) (2023-08-29) + + +### Bug Fixes + +* **menu:** cannot read of undefined ([3087519](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/308751956bea07c3e46cbe9cec5f1a88fcd7b135)) +* normalize Path ([ed7ff87](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/ed7ff8751e6dc854b8dc6f5a4b9e6393d487f704)) +* **yaml:** fix yaml undefined category ([c55de93](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/c55de93185fa716bba09d2d370e3d0cd6a951048)) + ## [6.5.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.0-11...6.5.0) (2023-08-29) ## [6.4.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.4.0-6...6.4.0) (2023-08-11) diff --git a/manifest-beta.json b/manifest-beta.json index b21c93b0..08ed18f2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.5.0", + "version": "6.5.1", "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 528cad03..2ebbe5b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.5.0", + "version": "6.5.1", "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 e380fc3f..abe3eb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.5.0", + "version": "6.5.1", "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": {