From 67c8a66a38720da1cec8799bbd6c7acc1c7b0bd6 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Wed, 27 Dec 2023 10:16:40 +0100 Subject: [PATCH] chore(release): 6.12.5 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5945b6cf..8da74355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.12.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.12.4...6.12.5) (2023-12-27) + + +### Bug Fixes + +* prevent crash if PR can't be done ([eb0b272](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/eb0b2728dbfe7e19cdfafd5363aca846fa609e15)) + ## [6.12.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.12.3...6.12.4) (2023-12-24) ## [6.12.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.12.2...6.12.3) (2023-12-24) diff --git a/manifest-beta.json b/manifest-beta.json index 2a01df10..5e2f2fe5 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.12.4", + "version": "6.12.5", "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 458fd0cf..73fe54c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.12.4", + "version": "6.12.5", "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 516168b1..4335d88e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.12.4", + "version": "6.12.5", "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": {