From 6cffb6be0a2588c73e318b3576eb6e821f57a088 Mon Sep 17 00:00:00 2001 From: Mara Date: Thu, 23 Jun 2022 21:51:59 +0200 Subject: [PATCH] chore(release): 3.9.3-1 --- CHANGELOG.md | 2 ++ manifest-beta.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f88c8d..425009a7 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. +### [3.9.3-1](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.9.3-0...3.9.3-1) (2022-06-23) + ### [3.9.3-0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.9.2...3.9.3-0) (2022-06-23) diff --git a/manifest-beta.json b/manifest-beta.json index 0e2733ed..227bd3d8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.9.3-0", + "version": "3.9.3-1", "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.json b/package.json index 0f658789..abfd740a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.9.3-0", + "version": "3.9.3-1", "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": {