From d0601c47e3d6c6205724c17aec1a804879694038 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Fri, 29 Sep 2023 20:31:56 +0000 Subject: [PATCH] chore(release): 6.7.2 --- 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 54d27dbf..24818b76 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.7.2](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/6.7.1...6.7.2) (2023-09-29) + + +### Bug Fixes + +* crash when empty share key ([22c81ba](https://github.com/ObsidianPublisher/obsidian-github-publisher/commit/22c81bacb340f0f209c61a4bacf88b80b88a1767)), closes [#226](https://github.com/ObsidianPublisher/obsidian-github-publisher/issues/226) + ## [6.7.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.7.0...6.7.1) (2023-09-28) ## [6.7.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.6.1...6.7.0) (2023-09-28) diff --git a/manifest-beta.json b/manifest-beta.json index f5668aac..1f7eae32 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.7.1", + "version": "6.7.2", "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 517eda33..0259b2bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.7.1", + "version": "6.7.2", "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 f51c0d68..0b0efc3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.7.1", + "version": "6.7.2", "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": {