From 227b37e8e7a45a16aaba7749373dddfec4e6e49a Mon Sep 17 00:00:00 2001 From: Mara Date: Thu, 7 Jul 2022 12:59:50 +0000 Subject: [PATCH] chore(release): 3.10.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 7 ++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60890982..3982fa3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +### [3.10.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0...3.10.1) (2022-07-07) + ## [3.10.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0-5...3.10.0) (2022-07-07) ## [3.10.0-5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0-4...3.10.0-5) (2022-07-05) diff --git a/manifest.json b/manifest.json index bff3d5fb..a89f1aba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.10.0", + "version": "3.10.1", "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.json b/package.json index 3f9ac103..2268b1dd 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.10.0", + "version": "3.10.1", "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 \"I:\\Seed\\.obsidian\\plugins\\obsidian-mkdocs-publisher\"", "build": "node esbuild.config.mjs production", - "release": "commit-and-tag-version", + "version": "commit-and-tag-version", + "bump": "node version-bump.mjs", "beta": "commit-and-tag-version --prerelease --tag-build beta && node version-beta.mjs", - "community": "commit-and-tag-version --packageFiles package.json --bumpFiles manifest.json package.json && node version-beta.mjs && git add version-beta.mjs && git commit --amend --no-edit" + "publish": "commit-and-tag-version --packageFiles package.json --bumpFiles manifest.json package.json && node version-beta.mjs && git add version-beta.mjs && git commit --amend --no-edit" }, "commit-and-tag-version": { "t": "",