diff --git a/CHANGELOG.md b/CHANGELOG.md index 072d6118..33bfe3e4 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.11.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.0...6.11.1) (2023-11-19) + + +### Bug Fixes + +* newly downloaded plugin crash at startup ([c0a86d9](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/c0a86d92e65cd87e95f932cd7ffef9e3916b0fb5)) + ## [6.11.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.0-0...6.11.0) (2023-11-17) diff --git a/manifest-beta.json b/manifest-beta.json index 4bed51a4..559151c0 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.0", + "version": "6.11.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 067042fe..21caf01f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.0", + "version": "6.11.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 5653d5c0..81cbd66e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.11.0", + "version": "6.11.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": {