From 5fc2b5af524040c4bc5b8d1667f3ef0342319d5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Sep 2023 08:13:02 +0000 Subject: [PATCH] release(version): Release 1.3.0 [skip ci] # [1.3.0](https://github.com/chhoumann/quickadd/compare/1.2.1...1.3.0) (2023-09-28) ### Features * allow description in user script fields ([b24f8dd](https://github.com/chhoumann/quickadd/commit/b24f8ddbb702953ceb24213f2d573c1ef645e36b)), closes [#544](https://github.com/chhoumann/quickadd/issues/544) --- 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 d5a2af3..fdccc40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.2.1", + "version": "1.3.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 0764a61..e043c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.2.1", + "version": "1.3.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 80dc50e..f0f0ad7 100644 --- a/versions.json +++ b/versions.json @@ -54,5 +54,6 @@ "1.0.2": "0.13.19", "1.1.0": "0.13.19", "1.2.0": "0.13.19", - "1.2.1": "0.13.19" + "1.2.1": "0.13.19", + "1.3.0": "0.13.19" } \ No newline at end of file