From b67e09dbf7712b96adce69e8550a116c483f04b8 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 22 Sep 2024 17:11:35 +0200 Subject: [PATCH] chore(release): 7.3.2 --- 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 598dcc1d..8fa8a552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.3.2](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.3.1...7.3.2) (2024-09-22) +### Bug Fixes + +* **excalidraw:** cannot read properties of undefined (reading "skipInliningFonts") ([6fb1133](https://github.com/Enveloppe/obsidian-enveloppe/commit/6fb113332d25d06407c1755e5fa648086c3ee24f)) + ## [7.3.1](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.3.0...7.3.1) (2024-09-22) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 4f3245d1..dae678a2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.3.1", + "version": "7.3.2", "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 4f3245d1..dae678a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.3.1", + "version": "7.3.2", "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 30c6c0a4..f6d18d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.3.1", + "version": "7.3.2", "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,