From 803605fba92514eaf9fac37dc9b73d0e88ce8dd4 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Fri, 22 Dec 2023 10:36:53 +0100 Subject: [PATCH] chore(release): 6.11.9 --- CHANGELOG.md | 8 ++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead36492..f3c43ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [6.11.9](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.8...6.11.9) (2023-12-22) + + +### Bug Fixes + +* replace extension for yaml and yml (workflow dispatch) ([4edd902](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/4edd90299dc07c61a6b48956614f420b22e47a7f)) +* **style:** forgot to update the notification docFragment ([23b2c7b](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/23b2c7b3308017a559296f49fba4568a1281de24)) + ## [6.11.8](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.7...6.11.8) (2023-12-16) ## [6.11.7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.6...6.11.7) (2023-12-15) diff --git a/manifest-beta.json b/manifest-beta.json index bb1ebca8..dede291f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.8", + "version": "6.11.9", "minAppVersion": "0.15.4", "description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index 2d3e5a9a..dbb7c357 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.8", + "version": "6.11.9", "minAppVersion": "0.15.4", "description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/package.json b/package.json index b4b6f61d..dbacafbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.11.8", + "version": "6.11.9", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "main": "main.js", "scripts": {