diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index df38bee6..0e86b09c 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,8 @@ 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-9](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-8...7.1.0-9) (2024-05-08) + ## [7.1.0-8](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-7...7.1.0-8) (2024-05-08) ## [7.1.0-7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-6...7.1.0-7) (2024-05-07) diff --git a/manifest-beta.json b/manifest-beta.json index 85d65c63..fea37e93 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.1.0-8", + "version": "7.1.0-9", "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 38e5f034..a41ba3a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.1.0-8", + "version": "7.1.0-9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.1.0-8", + "version": "7.1.0-9", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index 64698439..9d6d58bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.1.0-8", + "version": "7.1.0-9", "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": {