From a68b0adbcdc42de3af1b1e64057db6cd0ff82939 Mon Sep 17 00:00:00 2001 From: Mara Date: Tue, 5 Mar 2024 20:27:26 +0100 Subject: [PATCH] chore(release): 7.0.3 --- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c49de7..4556a2de 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. +## [7.0.3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.0.3-4...7.0.3) (2024-03-05) + + +### Bug Fixes + +* adjust settings to add a better comprehension of regex & internal links conversion ([0e97ea5](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/0e97ea54b61ceb5fdd52821a153b839a3e478dd5)), closes [#322](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/322) [#321](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/321) + ## [7.0.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.0.2-2...7.0.2) (2024-02-27) diff --git a/manifest-beta.json b/manifest-beta.json index 805b7c19..5aabff8d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.0.3-4", + "version": "7.0.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 797609f4..dab8fe1c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.0.2", + "version": "7.0.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-lock.json b/package-lock.json index 87847944..95d5506e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.0.3-4", + "version": "7.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.0.3-4", + "version": "7.0.3", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index 2ca4dcd7..e05e6d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.0.3-4", + "version": "7.0.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": {