diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c24e89..e5bb5526 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.3](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.2...3.6.3) (2022-06-14) + + +### Bug Fixes + +* **img:** fix image path error ([c51f7b3](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/c51f7b3a6df4f586098543fd740434a44edf3267)), closes [#7](https://github.com/Mara-Li/obsidian-mkdocs-publisher/issues/7) + ### [3.6.2](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.1...3.6.2) (2022-06-12) diff --git a/manifest.json b/manifest.json index 170bc975..7f5f0ea9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.6.2", + "version": "3.6.3", "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 5405c1f0..0e312d2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.2", + "version": "3.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.6.2", + "version": "3.6.3", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index a6ca70af..92f806d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.2", + "version": "3.6.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": {