diff --git a/CHANGELOG.md b/CHANGELOG.md index 20846196..b95e51fc 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.7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.6...6.11.7) (2023-12-15) + + +### Bug Fixes + +* RegExp replacement should text supports escape character ([de34672](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/de346721bf147c8e0bb0112627adb91b9402e388)) + ## [6.11.6](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.5...6.11.6) (2023-12-11) ## [6.11.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.11.4...6.11.5) (2023-12-03) diff --git a/manifest-beta.json b/manifest-beta.json index 5978ce4b..7f2935e8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.6", + "version": "6.11.7", "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 bf5e6a2d..768aa72b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.11.6", + "version": "6.11.7", "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 2a7eae5d..1e6f3f14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.11.6", + "version": "6.11.7", "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": {