diff --git a/CHANGELOG.md b/CHANGELOG.md index f5821f58..e8197418 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.8.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.8.1...6.8.2) (2023-10-06) + + +### Bug Fixes + +* **token:** allow to use json for token, allowing to use other plugins to use this file (for example, adding more tokens) ([d25867a](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/d25867a98a722939ad1ffb5f1811fc3316fddaf9)) + ## [6.8.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.8.0...6.8.1) (2023-10-05) diff --git a/manifest-beta.json b/manifest-beta.json index c58b66d2..c39761f2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.8.1", + "version": "6.8.2", "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 901a25e2..8d70ef5d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.8.1", + "version": "6.8.2", "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 93c433e8..5913ff43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.8.1", + "version": "6.8.2", "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": { @@ -71,4 +71,4 @@ "got@<11.8.5": ">=11.8.5" } } -} \ No newline at end of file +}