Skip to content

Commit

Permalink
chore(release): 7.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 24, 2025
1 parent dc7f689 commit 2446e92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 2446e92

Please sign in to comment.