From afcb09526799ec1fd287bc609b947a153ddbba20 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 3 Dec 2023 09:36:43 +0100 Subject: [PATCH] chore(release): 6.11.5 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d333f4..3c2f894b 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. +## [6.11.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.4...6.11.5) (2023-12-03) + + +### Bug Fixes + +* **settings:** use await to save settings ([fa1f1b7](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/fa1f1b7bca8db8f71f3e072088cd1398147b8410)) + ## [6.11.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.3...6.11.4) (2023-12-03) diff --git a/manifest-beta.json b/manifest-beta.json index ef61f11c..460fbdb8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.4", + "version": "6.11.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 9796263d..8d6ebc3d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.4", + "version": "6.11.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 9eb6b1db..13c741fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.11.4", + "version": "6.11.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": {