From 18b153fb0baec8959ae431dec324fd05718b7918 Mon Sep 17 00:00:00 2001 From: Mara Date: Wed, 3 Jan 2024 22:29:50 +0100 Subject: [PATCH] chore(release): 6.13.0-2 --- CHANGELOG-beta.md | 7 +++++++ manifest-beta.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 7e4a5930..c41ccee3 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. +## [6.13.0-2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.0-1...6.13.0-2) (2024-01-03) + + +### Features + +* same as before but for **all** perfiles keys ([3c4ae53](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/3c4ae53a5707b624f1ef015dc371b83d6b3c4e49)) + ## [6.13.0-1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.0-0...6.13.0-1) (2024-01-03) diff --git a/manifest-beta.json b/manifest-beta.json index 779a0dcc..6a58e827 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.13.0-1", + "version": "6.13.0-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.json b/package.json index 1642ec76..88a94d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.13.0-1", + "version": "6.13.0-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": {