Skip to content

Commit

Permalink
chore(release): 3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 17, 2022
1 parent dbcfe2b commit b5ac9a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b5ac9a9

Please sign in to comment.