diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0b4295..c074f7d5 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.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.0...6.13.1) (2024-01-09) + + +### Bug Fixes + +* urgent fix that breaks logs ([3b58a38](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/3b58a382dedacffe9b161554203cdeafacd624b7)) + ## [6.13.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.0-4...6.13.0) (2024-01-09) diff --git a/manifest-beta.json b/manifest-beta.json index e27d2a32..1cf72f75 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.13.0", + "version": "6.13.1", "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 203a87a8..80c8e7f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.13.0", + "version": "6.13.1", "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 64cb6181..60062649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.13.0", + "version": "6.13.1", "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": {