Skip to content

Commit a3b15ca

Browse files
committed
chore(release): 7.6.4
1 parent b107762 commit a3b15ca

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [7.6.4](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.6.4-0...7.6.4) (2025-09-10)
2+
### Bug Fixes
3+
4+
* **branch:** should find directly the branch instead of find it in all branch ([b107762](https://github.com/Enveloppe/obsidian-enveloppe/commit/b107762737947101a1b751b52f133c2ac1ef3951)), closes [#398](https://github.com/Enveloppe/obsidian-enveloppe/issues/398)
5+
16
## [7.6.3](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.6.2...7.6.3) (2025-07-02)
27
### Bug Fixes
38

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-mkdocs-publisher",
33
"name": "Enveloppe",
4-
"version": "7.6.4-0",
4+
"version": "7.6.4",
55
"minAppVersion": "0.15.4",
66
"description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!",
77
"author": "Mara-Li",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-mkdocs-publisher",
33
"name": "Enveloppe",
4-
"version": "7.6.3",
4+
"version": "7.6.4",
55
"minAppVersion": "0.15.4",
66
"description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!",
77
"author": "Mara-Li",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-enveloppe",
3-
"version": "7.6.4-0",
3+
"version": "7.6.4",
44
"description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.",
55
"main": "main.js",
66
"private": true,

0 commit comments

Comments
 (0)