diff --git a/CHANGELOG.md b/CHANGELOG.md index 743fbdc1..598dcc1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.3.1](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.3.0...7.3.1) (2024-09-22) +### Bug Fixes + +* typo that broke the new link function ([a5b6146](https://github.com/Enveloppe/obsidian-enveloppe/commit/a5b6146811fc4937ccc0f5a6c44e97e908a6d0d5)) + ## [7.3.0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.15...7.3.0) (2024-09-22) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index 542b9475..4f3245d1 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.3.0", + "version": "7.3.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/manifest.json b/manifest.json index 542b9475..4f3245d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.3.0", + "version": "7.3.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 15e7a019..30c6c0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.3.0", + "version": "7.3.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,