From 42d2443559d5e57a6d69e3e86acc913757fdb656 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Nov 2022 10:13:41 +0000 Subject: [PATCH] release(version): Release 0.6.1 [skip ci] ## [0.6.1](https://github.com/chhoumann/quickadd/compare/0.6.0...0.6.1) (2022-11-19) ### Bug Fixes * don't throw error after logging an error ([917bc0c](https://github.com/chhoumann/quickadd/commit/917bc0cd000edd07f684be485b23491995e7cbac)) * return empty string when now file is opening and fetching selected text ([f309e05](https://github.com/chhoumann/quickadd/commit/f309e054ce20b07bed2549fdc88c53147cade046)) --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ef848f9..adb2d78 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "0.13.19", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index 4e30748..7a3aec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.6.0", + "version": "0.6.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f1635af..927e428 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.4.18": "0.13.19", "0.4.21": "0.13.19", "0.5.5": "0.13.19", - "0.6.0": "0.13.19" + "0.6.0": "0.13.19", + "0.6.1": "0.13.19" } \ No newline at end of file