From 018e39c8b90bed486541dd4aa2993acd34cb9978 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Nov 2022 14:45:25 +0000 Subject: [PATCH] release(version): Release 0.6.2 [skip ci] ## [0.6.2](https://github.com/chhoumann/quickadd/compare/0.6.1...0.6.2) (2022-11-22) ### Bug Fixes * change build target so async func constructor works ([4b597e7](https://github.com/chhoumann/quickadd/commit/4b597e7fb9d6ffb37183f7981df9e20d12c9e3ee)), closes [#321](https://github.com/chhoumann/quickadd/issues/321) [#320](https://github.com/chhoumann/quickadd/issues/320) * don't error when no active file is open when trying to append link to active file ([21f23fc](https://github.com/chhoumann/quickadd/commit/21f23fcfd6a1b92f6c689d0a9e5db5b55aa9ae74)), closes [#320](https://github.com/chhoumann/quickadd/issues/320) --- 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 adb2d78..ff72b67 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.6.1", + "version": "0.6.2", "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 7a3aec8..b49400d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.6.1", + "version": "0.6.2", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 927e428..ff43590 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.4.21": "0.13.19", "0.5.5": "0.13.19", "0.6.0": "0.13.19", - "0.6.1": "0.13.19" + "0.6.1": "0.13.19", + "0.6.2": "0.13.19" } \ No newline at end of file