From 4bdbad5e33dd0f37eee7cfbffa89361c7f5bf2ff Mon Sep 17 00:00:00 2001 From: Mara Date: Wed, 22 Nov 2023 18:48:59 +0100 Subject: [PATCH] chore(release): 6.11.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 33bfe3e4..34204ff4 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.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.1...6.11.2) (2023-11-22) + + +### Bug Fixes + +* plugin don't load on new installation ([04328dc](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/04328dcc6b6194555f27bdaadcff3d5bea8b6bcf)), closes [#247](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/247) + ## [6.11.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.0...6.11.1) (2023-11-19) diff --git a/manifest-beta.json b/manifest-beta.json index 559151c0..ee39db1e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.1", + "version": "6.11.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 21caf01f..58e2bf57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.1", + "version": "6.11.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 81cbd66e..d8d08549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.11.1", + "version": "6.11.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": {