From a6f0343c75cf99744a1a49a924323c5dd955b589 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 26 Aug 2023 23:39:45 +0200 Subject: [PATCH] chore(release): 6.5.0-8 --- CHANGELOG-beta.md | 7 +++++++ manifest-beta.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 26072d3a..6be239b0 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.5.0-8](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.0-7...6.5.0-8) (2023-08-26) + + +### Features + +* **shareAll:** allow otherRepo to use the option too ([056cde9](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/056cde9f15beccc0bf2a72e2ca849d72ed130dbc)) + ## [6.5.0-7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.0-6...6.5.0-7) (2023-08-26) diff --git a/manifest-beta.json b/manifest-beta.json index 2cd9159d..a6148753 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.5.0-7", + "version": "6.5.0-8", "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 f62cc3a0..6e942bc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.5.0-7", + "version": "6.5.0-8", "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": {