From c9c36455087601a0bef912fc0d7490fe5aa87ee9 Mon Sep 17 00:00:00 2001 From: Mara Date: Tue, 16 Jan 2024 11:37:57 +0100 Subject: [PATCH] chore(release): 6.13.4 --- 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 e5164c86..b40d5e99 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.13.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.3...6.13.4) (2024-01-16) + + +### Bug Fixes + +* typo that breaks obsidian path creating ([f9e67d6](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/f9e67d697c23f22fda28cb722218ca78eb5eb4bf)), closes [#272](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/272) + ## [6.13.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.2...6.13.3) (2024-01-11) diff --git a/manifest-beta.json b/manifest-beta.json index 55242a7a..fc26f0fb 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.13.3", + "version": "6.13.4", "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 7b485932..6cf4ac75 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.13.3", + "version": "6.13.4", "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 c348a046..82baf090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.13.3", + "version": "6.13.4", "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": {