diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bb5526..53c0dd81 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.4](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.3...3.6.4) (2022-06-14) + + +### Bug Fixes + +* relative links and image not converted with wiki to md ([0755d37](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/0755d375e672ceeab1a0216e0c9f4bf63ec762f7)), closes [#8](https://github.com/Mara-Li/obsidian-mkdocs-publisher/issues/8) + ### [3.6.3](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.2...3.6.3) (2022-06-14) diff --git a/manifest.json b/manifest.json index 7f5f0ea9..2fe06e63 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.6.3", + "version": "3.6.4", "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 0e312d2f..84b33755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.3", + "version": "3.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.6.3", + "version": "3.6.4", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 92f806d6..63a7244a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.3", + "version": "3.6.4", "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": {