From 141e1d14a09c3bfb58bbb915ba97b18afd10e25a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Mar 2023 08:43:09 +0000 Subject: [PATCH] release(version): Release 0.14.0 [skip ci] # [0.14.0](https://github.com/chhoumann/quickadd/compare/0.13.0...0.14.0) (2023-03-18) ### Bug Fixes * ensure choiceView has latest choices & macros ([8b231ba](https://github.com/chhoumann/quickadd/commit/8b231ba34579ae6d903d9f66b25aec89181a6ce1)) * macros manager adding macros ([acc5ebb](https://github.com/chhoumann/quickadd/commit/acc5ebb38d2ba921be7886441b2a71b90f57b78e)) * update references by explicitly returning new obj to update state ([fbd0427](https://github.com/chhoumann/quickadd/commit/fbd04272f2875fe283d65491e0f145abb16dc825)) ### Features * add macro from macro choice - no need to open macros manager ([33d9fc6](https://github.com/chhoumann/quickadd/commit/33d9fc64e3e2ebeeb94781e3156fcec086f0d66e)) * button to access macro configuration from macro choice settings ([29c3cc1](https://github.com/chhoumann/quickadd/commit/29c3cc1896dc7ff3aabce78b3398f70e825f8702)), closes [#414](https://github.com/chhoumann/quickadd/issues/414) * macro choices with an associated macro (same name) will now delete the macro when deleting the choice ([0aca751](https://github.com/chhoumann/quickadd/commit/0aca7517017148652066aced3f87e3627d178520)) --- 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 25067f1..45b25ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.13.0", + "version": "0.14.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 7b8d13a..2f024fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.13.0", + "version": "0.14.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 57a4c3d..dc2d07b 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "0.11.10": "0.13.19", "0.11.11": "0.13.19", "0.12.0": "0.13.19", - "0.13.0": "0.13.19" + "0.13.0": "0.13.19", + "0.14.0": "0.13.19" } \ No newline at end of file