From 425f859efe3cac7e6f891a0bbf3cba3ab2402b18 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 28 Jul 2024 12:12:30 +0200 Subject: [PATCH] chore(release): 7.2.12 --- CHANGELOG.md | 6 ++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e1169a..5a07977d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.2.12](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.11...7.2.12) (2024-07-28) +### Bug Fixes + +* **attachment:** if a md file and attachment share a common path, it leads to an errored path ([6b7d73b](https://github.com/Enveloppe/obsidian-enveloppe/commit/6b7d73b08453651f7ef407e91f14cef855314cba)), closes [#356](https://github.com/Enveloppe/obsidian-enveloppe/issues/356) +* **dataview:** dataviewjs (codeblock) inside callout ([5261c6c](https://github.com/Enveloppe/obsidian-enveloppe/commit/5261c6c732b7878d05ed752dfee784f11fde72ac)), closes [#354](https://github.com/Enveloppe/obsidian-enveloppe/issues/354) + ## [7.2.11](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.10...7.2.11) (2024-07-07) ## [7.2.10](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.9...7.2.10) (2024-07-02) diff --git a/manifest-beta.json b/manifest-beta.json index 41f9cf23..263db84c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.11", + "version": "7.2.12", "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 41f9cf23..263db84c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.11", + "version": "7.2.12", "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 789f965d..54675884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.11", + "version": "7.2.12", "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": {