diff --git a/CHANGELOG.md b/CHANGELOG.md index 830fefc4..aa945f97 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.8](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.7...3.6.8) (2022-06-17) + + +### Bug Fixes + +* index deleted by error using frontmatter settings ([dbcfe2b](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/dbcfe2bc3230dbd8b9d53f087cb7e66c11191767)) + ### [3.6.7](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.6...3.6.7) (2022-06-17) ### [3.6.6](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.5...3.6.6) (2022-06-15) diff --git a/manifest.json b/manifest.json index c1e9863f..07473d3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.6.7", + "version": "3.6.8", "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 dd0d9f84..5e75fb23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.7", + "version": "3.6.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.6.7", + "version": "3.6.8", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 337416e4..249f7ce0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.7", + "version": "3.6.8", "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": { "dev": "node esbuild.config.mjs", - "devseed": "node esbuild.config.mjs production && copy main.js \"G:\\Mon Drive\\Seed\\.obsidian\\plugins\\obsidian-mkdocs-publisher\"", + "devseed": "node esbuild.config.mjs production && copy main.js \"N:\\Seed\\.obsidian\\plugins\\obsidian-mkdocs-publisher\"", "build": "node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json", "release": "standard-version"