From f200051027622250ab66f7f3cf206021fc4645e8 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Thu, 5 Oct 2023 12:12:47 +0200 Subject: [PATCH] chore(release): 6.8.1 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a6a52e..f5821f58 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.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.8.0...6.8.1) (2023-10-05) + + +### Features + +* **links:** skip links if prefix by '\` ([8ef7037](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/8ef7037c90ba695796504a75eaefef3894321f6b)) + ## [6.8.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.7.4...6.8.0) (2023-10-05) diff --git a/manifest-beta.json b/manifest-beta.json index 51497d78..c58b66d2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.8.0", + "version": "6.8.1", "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 37b22ee5..901a25e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.8.0", + "version": "6.8.1", "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 13b64d8e..8207ae31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.8.0", + "version": "6.8.1", "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": {