From 263a2c78ab2ac61de7a6c2dbf59d204b57da505c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Jun 2023 19:37:57 +0000 Subject: [PATCH] release(version): Release 1.2.0 [skip ci] # [1.2.0](https://github.com/chhoumann/quickadd/compare/1.1.0...1.2.0) (2023-06-20) ### Features * add `getModels`, `getMaxTokens`, and `countTokens` API features in AI module ([30a789b](https://github.com/chhoumann/quickadd/commit/30a789bf8767dc469856de5b36b42ccb6ed8b01a)) * show sytem prompt token count in settings ([a40d053](https://github.com/chhoumann/quickadd/commit/a40d05392b592f28d1fa87a24f9342545f57c54e)) * You can now use `api.ai.prompt(prompt, model, settings?)` to do custom AI prompts in your scripts. ([701009d](https://github.com/chhoumann/quickadd/commit/701009d8cbc15a240498986f0444d26dc3a303d6)) --- 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 d4f1ea6..fa272b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.1.0", + "version": "1.2.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 c135212..2520b81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.1.0", + "version": "1.2.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2006bd9..d2f696d 100644 --- a/versions.json +++ b/versions.json @@ -52,5 +52,6 @@ "1.0.0": "0.13.19", "1.0.1": "0.13.19", "1.0.2": "0.13.19", - "1.1.0": "0.13.19" + "1.1.0": "0.13.19", + "1.2.0": "0.13.19" } \ No newline at end of file