diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index b5739e9a..953d2702 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,8 @@ +## [7.5.13-1](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.13-0...7.5.13-1) (2025-02-19) +### Bug Fixes + +* **notices:** update notice length reference to use plugin settings ([d7c6a03](https://github.com/Enveloppe/obsidian-enveloppe/commit/d7c6a0322ff1ff6a98d448c33e07fdb82b849316)) + ## [7.5.13-0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.12...7.5.13-0) (2025-02-19) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 255ae0ae..b30db9e8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.13-0", + "version": "7.5.13-1", "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 aae414cd..e2109918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.13-0", + "version": "7.5.13-1", "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,