From 11f45ba984fcf91390970fec57a845c0f4eef624 Mon Sep 17 00:00:00 2001 From: Otavio Cordeiro Date: Wed, 5 Jun 2024 22:05:05 +0200 Subject: [PATCH] Bump version to 2.7.0 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c15a2..7917434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.7.0] - 2024-06-05 +### Improved +- Show Micro.blog error messages when available. + ## [2.6.0] - 2024-05-01 ### Added - Obsidian links (internal links to other notes) are removed before publishing/updating posts and pages. diff --git a/manifest.json b/manifest.json index be7a197..ad6adfa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "microblog-publish-plugin", "name": "Micro.publish", - "version": "2.6.0", + "version": "2.7.0", "minAppVersion": "0.15.0", "description": "Publish notes to Micro.blog", "author": "Otavio Cordeiro", diff --git a/versions.json b/versions.json index 38d3d35..27a383a 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "2.3.3": "0.15.0", "2.4.0": "0.15.0", "2.5.0": "0.15.0", - "2.6.0": "0.15.0" + "2.6.0": "0.15.0", + "2.7.0": "0.15.0" }