From 35d9f7f0f6d9fb8383a6f7f04f4fbc433476aa1e Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 11 May 2024 16:53:28 +0200 Subject: [PATCH] chore(release): 7.2.2 --- 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 5dc1278b..5ee0c9bb 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.2.2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.1...7.2.2) (2024-05-11) + + +### Bug Fixes + +* change type to behavior to correspond with settings ([8139a21](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/8139a2145083688aa78405e269407fa989d1c359)) + ## [7.2.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.0...7.2.1) (2024-05-11) diff --git a/manifest-beta.json b/manifest-beta.json index d5464d75..dc26aca6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.1", + "version": "7.2.2", "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 feab2ffb..05a421a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "7.2.1", + "version": "7.2.2", "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 64abfd04..0dfcae35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-publisher", - "version": "7.2.1", + "version": "7.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-publisher", - "version": "7.2.1", + "version": "7.2.2", "license": "AGPL-3.0", "dependencies": { "@excalidraw/utils": "^0.1.2", diff --git a/package.json b/package.json index 4450be46..d6e14a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "7.2.1", + "version": "7.2.2", "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": {