diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b72b759..a76a365f 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.5.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.4...6.5.5) (2023-09-02) + + +### Bug Fixes + +* **style:** wrong style for regex text content ([2863e0b](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/2863e0b2ce4bfc84f65ae9054eb07a9e34244432)) + ## [6.5.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.3...6.5.4) (2023-09-02) diff --git a/manifest-beta.json b/manifest-beta.json index 67d67503..676a4ace 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.5.4", + "version": "6.5.5", "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 11e588ab..ec80af1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.5.4", + "version": "6.5.5", "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 97e10621..471f3510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.5.4", + "version": "6.5.5", "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": {