From d108e7d8035fadd41cf7f124e6b8aadf2a03ca4e Mon Sep 17 00:00:00 2001 From: Mara Date: Mon, 4 Mar 2024 18:01:48 +0100 Subject: [PATCH] chore(release): 7.0.3-4 --- CHANGELOG-beta.md | 7 +++++++ manifest-beta.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 0f521f02..5c8c652d 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.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-4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.0.3-3...7.0.3-4) (2024-03-04) + + +### Bug Fixes + +* **api:** Typo in error message ([1a195f3](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/1a195f3b99e678e74c181e6fd746d03f472b355d)) + ## [7.0.3-3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.0.3-2...7.0.3-3) (2024-03-04) diff --git a/manifest-beta.json b/manifest-beta.json index c24024b8..805b7c19 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.0.3-3", + "version": "7.0.3-4", "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 e513f301..87847944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.0.3-3", + "version": "7.0.3-4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.0.3-3", + "version": "7.0.3-4", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index dc51c616..2ca4dcd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.0.3-3", + "version": "7.0.3-4", "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": {