From 84ac98e3d688b2faa63c290aa63f9a23d5cfc7f8 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 31 Dec 2023 12:58:13 +0100 Subject: [PATCH] chore(release): 6.13.0-0 --- CHANGELOG-beta.md | 16 ++++++++++++++++ manifest-beta.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 5445f73c..ae74a433 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,22 @@ 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.13.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.12.5...6.13.0-0) (2023-12-31) + + +### Features + +* excalidraw support ([62be967](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/62be967ee951aaa70ec0aa08c7938a0037cd88ed)), closes [#267](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/267) + + +### Bug Fixes + +* **dataview:** add barrage to prevent crash if no dataview found ([5328c58](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/5328c588fffeea0f29b9c8daf3c02ea58634b048)) +* **dataview:** add default key if no default are found ([f3faa42](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/f3faa4258da94972924f611adb44d51dca2051b0)) +* **dataview:** disable dataview is plugin not enabled ([bfd7360](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/bfd73607387747e440845df3f2e93f12e0310788)) +* same for check repo validity ([2edcc82](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/2edcc820b14aad43c6e8d2532f96d4fb7cd3ab2a)) +* the callback function should not appear if share: false ([b2a9efd](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/b2a9efde014b4439400173c7d14045b00ba47d17)) + ## [6.11.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.10.3...6.11.0-0) (2023-11-09) diff --git a/manifest-beta.json b/manifest-beta.json index 5e2f2fe5..7ce3e9d5 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.12.5", + "version": "6.13.0-0", "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 209ddc1e..bdfa291f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.12.5", + "version": "6.13.0-0", "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": {