From cc4adbd3627726fab5dd82127ae60cd94b4c8d29 Mon Sep 17 00:00:00 2001 From: Mara Date: Fri, 17 Jun 2022 20:56:07 +0200 Subject: [PATCH] chore(release): 3.8.0 --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f76ab2..9c79e47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.8.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.7.0...3.8.0) (2022-06-17) + + +### Features + +* Add a command for only edited notes ([a08c157](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/a08c157ee4a17fd88ec01b613f9ef4c529f0dac3)) +* share new and edited notes ([629296e](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/629296ef8fb5ec4f3b1cfb7a865416d20999c953)) + + +### Bug Fixes + +* error with checkcallback ([98f8b30](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/98f8b3045b287a4170617e851bc122a422a5d026)) + ## [3.7.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.8...3.7.0) (2022-06-17) diff --git a/manifest.json b/manifest.json index 86151bca..8c423782 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.7.0", + "version": "3.8.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 5eb56ce2..ff6a6f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.7.0", + "version": "3.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.7.0", + "version": "3.8.0", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index bbf08bec..8b68e9fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.7.0", + "version": "3.8.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": {