Skip to content

Commit

Permalink
chore(release): 7.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 23, 2025
1 parent 9be1ce1 commit 41b4b90
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.5.4](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.3...7.5.4) (2025-01-23)
### Bug Fixes

* **dryRun:** prevent deleting when the dryRun.folder name is empty or equals to =="/" ([f9851cc](https://github.com/Enveloppe/obsidian-enveloppe/commit/f9851cca5559e4afd6b958a6d8781f348a91b3ea))
* **export:** add more type in the censoring data when export ([9be1ce1](https://github.com/Enveloppe/obsidian-enveloppe/commit/9be1ce1081f3a479faaad255351a71f60e173fab))
* **export:** render the settings after import properly ([d657eed](https://github.com/Enveloppe/obsidian-enveloppe/commit/d657eed3971bf71edd6184669fa9fac3c32cd3f6))
* **locale:** use localStorage.language instead of moment in primary searching for the locale ([069f3ff](https://github.com/Enveloppe/obsidian-enveloppe/commit/069f3ff78c579466d7dbaf80c0775fdcf1e8c619))
* **settings-autoclean:** in some old version, the excluded values was not a list ([c1a7895](https://github.com/Enveloppe/obsidian-enveloppe/commit/c1a78951503638d021a6a55894cf307a709621c4))

## [7.5.3](https://github.com/ObsidianPublisher/obsidian-github-publisher/compare/7.5.2...7.5.3) (2025-01-13)
### 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.3",
"version": "7.5.4",
"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.3",
"version": "7.5.4",
"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.3",
"version": "7.5.4",
"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 41b4b90

Please sign in to comment.