From 6c8f53bf856e7cdb77aab2629b4aa1359c5365c3 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 26 May 2024 09:25:17 +0200 Subject: [PATCH] chore(release): 7.2.7 --- CHANGELOG.md | 2 ++ manifest-beta.json | 4 ++-- manifest.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc00aea..8e3a9f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [7.2.7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.6...7.2.7) (2024-05-26) + ## [7.2.6](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.5...7.2.6) (2024-05-25) ## [7.2.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.5-1...7.2.5) (2024-05-23) diff --git a/manifest-beta.json b/manifest-beta.json index 1ad7cc01..a467181f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.6", + "version": "7.2.7", "minAppVersion": "0.15.4", "description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", @@ -9,4 +9,4 @@ "fundingUrl": "https://ko-fi.com/mara__li", "isDesktopOnly": false, "helpUrl": "https://obsidian-publisher.netlify.app" -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index eaf24aea..a467181f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.6", + "version": "7.2.7", "minAppVersion": "0.15.4", "description": "Github Publisher 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 44512aca..81d46c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.6", + "version": "7.2.7", "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", "scripts": {