From 1dc2fa4a8d57cded6a428aaf59d9b3518a0ecb77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Jun 2023 04:45:44 +0000 Subject: [PATCH] release(version): Release 1.2.1 [skip ci] ## [1.2.1](https://github.com/chhoumann/quickadd/compare/1.2.0...1.2.1) (2023-06-27) --- 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 fa272b2..d5a2af3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.2.0", + "version": "1.2.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 2520b81..0764a61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.2.0", + "version": "1.2.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d2f696d..80dc50e 100644 --- a/versions.json +++ b/versions.json @@ -53,5 +53,6 @@ "1.0.1": "0.13.19", "1.0.2": "0.13.19", "1.1.0": "0.13.19", - "1.2.0": "0.13.19" + "1.2.0": "0.13.19", + "1.2.1": "0.13.19" } \ No newline at end of file