From 22777cea0650c0dda4c27b8493f3802b81dda5b9 Mon Sep 17 00:00:00 2001 From: Otavio Cordeiro Date: Wed, 1 May 2024 23:12:23 +0200 Subject: [PATCH] Bump version to 2.6.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 d06792f..e9c15a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.6.0] - 2024-05-01 +### Added +- Obsidian links (internal links to other notes) are removed before publishing/updating posts and pages. + ## [2.5.0] - 2024-03-05 ### Added - The ability to update tags while editing posts. diff --git a/manifest.json b/manifest.json index f52acf7..be7a197 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "microblog-publish-plugin", "name": "Micro.publish", - "version": "2.5.0", + "version": "2.6.0", "minAppVersion": "0.15.0", "description": "Publish notes to Micro.blog", "author": "Otavio Cordeiro", diff --git a/versions.json b/versions.json index ca63607..38d3d35 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "2.3.2": "0.15.0", "2.3.3": "0.15.0", "2.4.0": "0.15.0", - "2.5.0": "0.15.0" + "2.5.0": "0.15.0", + "2.6.0": "0.15.0" }