From 00e462600057436d7dd18d50b6455530a0ae06cc Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 12 Jun 2022 22:10:01 +0200 Subject: [PATCH] chore(release): 3.6.2 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ba9be7..57c24e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.6.2](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.1...3.6.2) (2022-06-12) + + +### Bug Fixes + +* error using category frontmatter because of metadataCache ([79c2dbe](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/79c2dbebbb0c7e00f5d1a2e57144fbcdfaace353)) + ### [3.6.1](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.0...3.6.1) (2022-06-05) diff --git a/manifest.json b/manifest.json index f5c61bcb..170bc975 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.6.1", + "version": "3.6.2", "minAppVersion": "0.14.5", "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-lock.json b/package-lock.json index 93ab30ad..5405c1f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.6.1", + "version": "3.6.2", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index d00663c1..a6ca70af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.1", + "version": "3.6.2", "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": {