From 6c07e67b10324f0292c0414ddf0acdd710e0a05a Mon Sep 17 00:00:00 2001 From: Mara <mara-li@outlook.fr> Date: Sun, 22 Sep 2024 09:36:31 +0200 Subject: [PATCH] chore(release): 7.3.0 --- CHANGELOG.md | 5 +++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca703e7..743fbdc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.3.0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.15...7.3.0) (2024-09-22) +### Features + +* **link:** add "unlink" ([5021b3e](https://github.com/Enveloppe/obsidian-enveloppe/commit/5021b3e02606bb6594938ac2fc6da0f4c2c6f1db)) + ## [7.2.15](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.2.14...7.2.15) (2024-09-22) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 091a65f2..542b9475 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.15", + "version": "7.3.0", "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 091a65f2..542b9475 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.2.15", + "version": "7.3.0", "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 1abb9db2..15e7a019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.15", + "version": "7.3.0", "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,