diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd65874..38ef6153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.2.14](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.13...7.2.14) (2024-09-22) +### Bug Fixes + +* **share:** not shared not shared themself if linked ([0b923fe](https://github.com/Enveloppe/obsidian-enveloppe/commit/0b923fe9a6bbcb23f5d65f18b9cc0f103bf1d385)) + ## [7.2.13](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.12...7.2.13) (2024-08-15) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 9bb0a6e7..b71d906f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.13", + "version": "7.2.14", "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 9bb0a6e7..b71d906f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.13", + "version": "7.2.14", "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 eb8f3740..ebc08607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.13", + "version": "7.2.14", "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": {