From c3cf4b00e417953c2f1a72230ac43e4e757516a5 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 12 May 2024 01:08:54 +0200 Subject: [PATCH] chore(release): 7.2.4 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a02482..3011c32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.3...7.2.4) (2024-05-11) + + +### Bug Fixes + +* **path:** urgent fix for category key ([7a055ca](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/7a055ca5e0eef489eaa7ef6c5d82a6a58b0a2600)) + ## [7.2.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.2...7.2.3) (2024-05-11) diff --git a/manifest-beta.json b/manifest-beta.json index a0549498..d1768f07 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.3", + "version": "7.2.4", "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/manifest.json b/manifest.json index 24622e21..03b7f619 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.3", + "version": "7.2.4", "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-lock.json b/package-lock.json index d07be311..4818d5b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.2.3", + "version": "7.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.2.3", + "version": "7.2.4", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index b8f4b58a..dad3c3cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.3", + "version": "7.2.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", "scripts": {