From 7468450492e82121df80e2007ad3c748c28e0207 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Thu, 30 May 2024 11:22:42 +0200 Subject: [PATCH] chore(release): 7.2.9-3 --- CHANGELOG-beta.md | 8 ++++++++ manifest-beta.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 2b6259d1..8327449c 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,14 @@ 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.9-3](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.9-2...7.2.9-3) (2024-05-30) + + +### Bug Fixes + +* active note not found ([ad7a0af](https://github.com/Enveloppe/obsidian-enveloppe/commit/ad7a0af1eb4b6ddc3a96c9f7cc11dbfea6d77f62)) +* crash if logs.txt doesn't exist ([fbb9061](https://github.com/Enveloppe/obsidian-enveloppe/commit/fbb90612412cd8fc0a73c1641794ff02ed2bcbd3)) + ## [7.2.9-2](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.9-1...7.2.9-2) (2024-05-29) diff --git a/manifest-beta.json b/manifest-beta.json index f7902b5a..8dfbb830 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.9-2", + "version": "7.2.9-3", "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 62afcc97..1bf390ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.9-2", + "version": "7.2.9-3", "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": {