From 4d9125966f741698b89b4c2729063963a3742609 Mon Sep 17 00:00:00 2001 From: Mara Date: Mon, 27 May 2024 21:45:07 +0200 Subject: [PATCH] chore(release): 7.2.8 --- CHANGELOG.md | 9 +++++++++ manifest-beta.json | 4 ++-- manifest.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3a9f6b..979eee0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [7.2.8](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.7...7.2.8) (2024-05-27) + + +### Bug Fixes + +* excalidraw path was not edited ([78df90c](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/78df90c9aa7920b66361f2a5ebf67bb0981978e6)) +* logs to txt that never worked before ([0eb6462](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/0eb64624f8db50923fc560f7d9460d404ddf3be1)) +* the logs should be deleted when the plugin is disabled/removed or the option is disabled ([0788feb](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/0788feb425bc2a8b4c1c25a5c905b8bbc476f9e1)) + ## [7.2.7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.6...7.2.7) (2024-05-26) ## [7.2.6](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.5...7.2.6) (2024-05-25) diff --git a/manifest-beta.json b/manifest-beta.json index 1fe58ab4..696b3370 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.7", + "version": "7.2.8", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", @@ -9,4 +9,4 @@ "fundingUrl": "https://ko-fi.com/mara__li", "isDesktopOnly": false, "helpUrl": "https://enveloppe.github.io/" -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index 1fe58ab4..696b3370 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.7", + "version": "7.2.8", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", @@ -9,4 +9,4 @@ "fundingUrl": "https://ko-fi.com/mara__li", "isDesktopOnly": false, "helpUrl": "https://enveloppe.github.io/" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 81d46c2e..39ab0749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.7", + "version": "7.2.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": {