From 6ef166401d449dce6000d0fecfbd84cfbe786058 Mon Sep 17 00:00:00 2001 From: Mara Date: Thu, 15 Aug 2024 10:11:40 +0200 Subject: [PATCH] chore(release): 7.2.13 --- 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 5a07977d..fbd65874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.2.13](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.12...7.2.13) (2024-08-15) +### Bug Fixes + +* hardbreak added to frontmatter ([0e41c52](https://github.com/Enveloppe/obsidian-enveloppe/commit/0e41c52d5a19a97af0bdc580b20fec0479d0d9c0)), closes [#358](https://github.com/Enveloppe/obsidian-enveloppe/issues/358) + ## [7.2.12](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.11...7.2.12) (2024-07-28) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 263db84c..9bb0a6e7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.12", + "version": "7.2.13", "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 263db84c..9bb0a6e7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.12", + "version": "7.2.13", "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 54675884..6f3b2f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.12", + "version": "7.2.13", "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": {