From a1d1ba9b17040009b7aa092a5112df49e2b022e6 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 6 Aug 2022 17:41:14 +0200 Subject: [PATCH] chore(release): 3.14.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3fb45e..25dfd96e 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. +### [3.14.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.14.2...3.14.3) (2022-08-06) + + +### Bug Fixes + +* hotfix for title file generation ([b86cc34](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/b86cc345043992e897213d8aad5d31723981d1cd)) + ### [3.14.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.14.1...3.14.2) (2022-08-06) diff --git a/manifest.json b/manifest.json index d64a1b33..76b2cea7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.14.2", + "version": "3.14.3", "minAppVersion": "0.15.4", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "author": "Mara-Li", diff --git a/package.json b/package.json index e4c332a9..736df696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.14.2", + "version": "3.14.3", "description": "Obsidian's Mkdocs Publication is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.", "main": "main.js", "scripts": {