diff --git a/CHANGELOG.md b/CHANGELOG.md index 653b4474..1b8e0c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.10.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.10.2...6.10.3) (2023-10-24) + + +### Bug Fixes + +* **links:** if an external links is in between two wikilinks, both wikilinks will be wrongly formatted ([2e34d76](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/2e34d76b16faf7e76466c950830d122510102253)), closes [#237](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/237) +* **links:** remove empty anchor ([7944e8e](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/7944e8e3f7013364d2ad7b5fcd0a97be12fcbd7e)) +* **links:** remove empty anchor on MDlinks ([d6cfc7b](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/d6cfc7becc8d2fe88b46ce72f5ea2a40e3715516)) +* **links:** unshared links was wrongly converted ([9202873](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/9202873bec90f23cb3606665d59b201a264104ff)) + ## [6.10.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.10.1...6.10.2) (2023-10-19) ## [6.10.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.10.0...6.10.1) (2023-10-19) diff --git a/manifest-beta.json b/manifest-beta.json index 3e53acfc..a66a95d1 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.10.2", + "version": "6.10.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 a1667129..3b982f95 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.10.2", + "version": "6.10.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 4d57a6ae..37bab51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.10.2", + "version": "6.10.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": {