diff --git a/CHANGELOG.md b/CHANGELOG.md index e8197418..cc86b585 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.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.8.2...6.8.3) (2023-10-14) + + +### Bug Fixes + +* **regex:** prevent registering an bas regex ([5a104f6](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/5a104f64f9204cb4134e74e59f3729ccf6e775c6)), closes [#229](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/229) + ## [6.8.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.8.1...6.8.2) (2023-10-06) diff --git a/manifest-beta.json b/manifest-beta.json index c39761f2..4b699e1c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.8.2", + "version": "6.8.3", "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 8d70ef5d..fcffc182 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.8.2", + "version": "6.8.3", "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 5913ff43..3075a4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.8.2", + "version": "6.8.3", "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": {