From e3cedb3f60d85e6fd4826388de5c94389399ab78 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 11 May 2024 19:15:10 +0200 Subject: [PATCH] chore(release): 7.2.3 --- CHANGELOG.md | 8 ++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee0c9bb..b7a02482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.2...7.2.3) (2024-05-11) + + +### Bug Fixes + +* missing default value ([070a851](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/070a851236fde0aa23a0cdd7757e1f4e4d0be079)) +* ordering of set/frontmatter shared files ([d23b09a](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/d23b09a7ccc6a98982742b29e3fed207d4393c79)) + ## [7.2.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.1...7.2.2) (2024-05-11) diff --git a/manifest-beta.json b/manifest-beta.json index dc26aca6..a0549498 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.2", + "version": "7.2.3", "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 05a421a5..24622e21 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.2", + "version": "7.2.3", "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 0dfcae35..d07be311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.2.2", + "version": "7.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.2.2", + "version": "7.2.3", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index d6e14a80..6b8d5554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.2", + "version": "7.2.3", "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": {