diff --git a/CHANGELOG.md b/CHANGELOG.md index 12170710..2fa0300b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.5.3](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/7.5.2...7.5.3) (2025-01-13) +### Bug Fixes + +* **local-test:** fix all files deleting if the test folder is empty ([62efe9b](https://github.com/ObsidianPublisher/obsidian-github-publisher/commit/62efe9ba6f69f83f5518a23b394ebdddd0149657)) + ## [7.5.2](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.1...7.5.2) (2024-12-30) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index f6052114..7981db8b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.2", + "version": "7.5.3", "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 f6052114..7981db8b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.2", + "version": "7.5.3", "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 6d7be2da..313547d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.2", + "version": "7.5.3", "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,