From 876444bcbc60b0fb79cbac4a91d33bd298e23dd0 Mon Sep 17 00:00:00 2001 From: Mara Date: Mon, 23 May 2022 19:24:26 +0200 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 492b51d1..19b6fbd6 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.0.1](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.0.0...3.0.1) (2022-05-23) + + +### Bug Fixes + +* double .yml if .yml in workflow name ([2d8dabc](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/2d8dabc7004ff9774986ce9199a8519f2b4e00ad)) + ## [3.0.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/2.4.0...3.0.0) (2022-05-23) diff --git a/manifest.json b/manifest.json index fc4dfa88..6d057a96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.0.0", + "version": "3.0.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-lock.json b/package-lock.json index bf03a5fb..6f6aa7c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.0.0", + "version": "3.0.1", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index de821404..89bc8cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.0.0", + "version": "3.0.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": {