diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d1410c..91e1169a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [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) ## [7.2.9](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.9-6...7.2.9) (2024-07-02) diff --git a/manifest-beta.json b/manifest-beta.json index 9b41e801..41f9cf23 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.10", + "version": "7.2.11", "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 9b41e801..41f9cf23 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.10", + "version": "7.2.11", "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 a6b5a4f0..789f965d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.10", + "version": "7.2.11", "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": {