diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 04c04636..068dc0c3 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [7.2.9-1](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.9-0...7.2.9-1) (2024-05-28) + + +### Bug Fixes + +* "E" ([a0b9f65](https://github.com/Enveloppe/obsidian-enveloppe/commit/a0b9f65b75135a29bc42fb605397cc2d1d33f7d2)) + ## [7.2.9-0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.8...7.2.9-0) (2024-05-28) diff --git a/manifest-beta.json b/manifest-beta.json index 89515158..ec146267 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.9-0", + "version": "7.2.9-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 2f15fbd4..be2cb55c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.9-0", + "version": "7.2.9-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", "scripts": {