From d1f3479459dcb23c59721e7c5806f2fb806a10a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Nov 2022 14:50:50 +0000 Subject: [PATCH] release(version): Release 0.7.0 [skip ci] # [0.7.0](https://github.com/chhoumann/quickadd/compare/0.6.3...0.7.0) (2022-11-23) ### Features * allow format syntax to be lowercase (or any case) ([eb7afb3](https://github.com/chhoumann/quickadd/commit/eb7afb3410da1d0d976aadd9f6ff7ad43fb5b496)), closes [#276](https://github.com/chhoumann/quickadd/issues/276) --- 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 b3b1ed0..015ff70 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.6.3", + "version": "0.7.0", "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 2fbea94..50962ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.6.3", + "version": "0.7.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6fbf364..b46ff57 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.6.0": "0.13.19", "0.6.1": "0.13.19", "0.6.2": "0.13.19", - "0.6.3": "0.13.19" + "0.6.3": "0.13.19", + "0.7.0": "0.13.19" } \ No newline at end of file