From 47214c7baa67f802ac82b8f372f465983f022f4b Mon Sep 17 00:00:00 2001 From: Mara Date: Wed, 15 Jun 2022 18:34:29 +0200 Subject: [PATCH] chore(release): 3.6.6 --- 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 9c3623b2..133085e1 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.6](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.5...3.6.6) (2022-06-15) + + +### Bug Fixes + +* fix regex convertor ([ca0e8ff](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/ca0e8ff9ae154c3892c6ee05d052b2865dc61293)) + ### [3.6.5](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.4...3.6.5) (2022-06-15) diff --git a/manifest.json b/manifest.json index 0ba96f4c..330f9d7f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.6.5", + "version": "3.6.6", "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 99c6d029..fe757286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.5", + "version": "3.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.6.5", + "version": "3.6.6", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 48ab42c1..2ab21185 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.5", + "version": "3.6.6", "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": {