From a6645136092f64b5c142e8b88fca26096550628a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Mar 2023 13:38:57 +0000 Subject: [PATCH] release(version): Release 0.11.7 [skip ci] ## [0.11.7](https://github.com/chhoumann/quickadd/compare/0.11.6...0.11.7) (2023-03-07) ### Bug Fixes * fix lint errors ([046a8a7](https://github.com/chhoumann/quickadd/commit/046a8a73bbddedfcc73f00b2ad8dc0e638cdc4c0)) * lint errors - add field to formatters & fix types ([7121d3a](https://github.com/chhoumann/quickadd/commit/7121d3a0ed861975938ebc2015582e1609835aa8)) --- 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 bf05112..07d8051 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.11.6", + "version": "0.11.7", "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 23d0a15..2f0c3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.11.6", + "version": "0.11.7", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f1f9ddb..ec2672f 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "0.11.3": "0.13.19", "0.11.4": "0.13.19", "0.11.5": "0.13.19", - "0.11.6": "0.13.19" + "0.11.6": "0.13.19", + "0.11.7": "0.13.19" } \ No newline at end of file