diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b6fbd6..6e654ebb 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.1.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.0.1...3.1.0) (2022-05-23) + + +### Features + +* adding obsidian path option ([7714ae4](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/7714ae42f6f7b8df9800e593987139de1c95a9d1)) + ### [3.0.1](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.0.0...3.0.1) (2022-05-23) diff --git a/manifest.json b/manifest.json index 6d057a96..072344c2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.0.1", + "version": "3.1.0", "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 6f6aa7c6..cd84bdc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.0.1", + "version": "3.1.0", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 89bc8cdc..6acd1ac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.0.1", + "version": "3.1.0", "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": {