From 40aa3af4ac224dbe00bfd30e356aa0af0758ba9d Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Sun, 29 Dec 2024 22:56:06 +0100 Subject: [PATCH] chore(release): 7.5.1 --- CHANGELOG.md | 5 +++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281d2ea9..2e0bbf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.5.1](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.0...7.5.1) (2024-12-29) +### Bug Fixes + +* **log:** cannot start the plugin if log.txt doesn't exists ([e67a6a0](https://github.com/Enveloppe/obsidian-enveloppe/commit/e67a6a0a4610e498f40c39075ec43587681d5f9e)), closes [#374](https://github.com/Enveloppe/obsidian-enveloppe/issues/374) + ## [7.5.0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.0-3...7.5.0) (2024-12-29) ## [7.4.0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.3.2...7.4.0) (2024-10-04) diff --git a/manifest-beta.json b/manifest-beta.json index 3c6dfd81..280b6d66 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.0", + "version": "7.5.1", "minAppVersion": "0.15.4", "description": "Enveloppe 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 3c6dfd81..280b6d66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.0", + "version": "7.5.1", "minAppVersion": "0.15.4", "description": "Enveloppe 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 765a396d..f094c096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.0", + "version": "7.5.1", "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", "private": true,