From 5c6c2fb7273b0bee0f16bcdd980fb070ef005a81 Mon Sep 17 00:00:00 2001 From: Mara Date: Fri, 17 Jun 2022 16:50:47 +0200 Subject: [PATCH] chore(release): 3.7.0 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa945f97..47f76ab2 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.7.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.8...3.7.0) (2022-06-17) + + +### Features + +* Adding a command to share only new shared notes ([176f586](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/176f586afed36d9b567f42bade9ade4883cfda60)) + ### [3.6.8](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.6.7...3.6.8) (2022-06-17) diff --git a/manifest.json b/manifest.json index 07473d3f..86151bca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.6.8", + "version": "3.7.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 5e75fb23..5eb56ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.8", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.6.8", + "version": "3.7.0", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 249f7ce0..bbf08bec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.6.8", + "version": "3.7.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": { @@ -8,7 +8,7 @@ "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" + "release": "standard-version && git push --follow-tags" }, "standard-version": { "t": ""