From 3acf7d93ef4e4930c4a34cbae6e0e46650ae59ed Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 4 May 2024 22:42:30 +0200 Subject: [PATCH] chore(release): 7.1.0-4 --- CHANGELOG-beta.md | 12 ++++++++++++ manifest-beta.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index df0e8fb6..f9f6cb5d 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,18 @@ 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.1.0-4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-3...7.1.0-4) (2024-05-04) + + +### Features + +* **repository:** allow to set a file in settings ([eba4d78](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/eba4d786f6d3df1e2d9efacd04fe64beb9fcc639)) + + +### Bug Fixes + +* if using set, clean was broken ([1ea27f7](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/1ea27f77ca439819b86b24bce641a5a12cec7169)) + ## [7.1.0-3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-2...7.1.0-3) (2024-05-04) diff --git a/manifest-beta.json b/manifest-beta.json index 226c1489..5dbc66bb 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.1.0-3", + "version": "7.1.0-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 310fb4f8..d63df5c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.1.0-3", + "version": "7.1.0-4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.1.0-3", + "version": "7.1.0-4", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index f4916006..bb559a74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.1.0-3", + "version": "7.1.0-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": { @@ -74,4 +74,4 @@ "got@<11.8.5": ">=11.8.5" } } -} \ No newline at end of file +}