diff --git a/CHANGELOG.md b/CHANGELOG.md index bf904ac0..11f95549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.5.6](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.5...7.5.6) (2025-01-24) +### Bug Fixes + +* **export:** delete tabsID (old version) in export ([dc7f689](https://github.com/Enveloppe/obsidian-enveloppe/commit/dc7f68946c74fc5bc1b5333f46de24ff566b6396)) + ## [7.5.5](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.4...7.5.5) (2025-01-23) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index b01e6f42..d1b2df45 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.5", + "version": "7.5.6", "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 b01e6f42..d1b2df45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.5", + "version": "7.5.6", "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 cd22ab11..7fc3c395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.5", + "version": "7.5.6", "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,