From d783bb10722d547ad04856f02546891b3bf76f06 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Apr 2023 10:23:43 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/ahonn/logseq-plugin-ai-assistant/compare/v1.1.0...v1.2.0) (2023-04-26) ### Features * add setting for add specific tags to AI-generated content ([9500e57](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/9500e57156a0642aa9e917ae5e1278684639f575)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab9931..d670663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/ahonn/logseq-plugin-ai-assistant/compare/v1.1.0...v1.2.0) (2023-04-26) + + +### Features + +* add setting for add specific tags to AI-generated content ([9500e57](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/9500e57156a0642aa9e917ae5e1278684639f575)) + # [1.1.0](https://github.com/ahonn/logseq-plugin-ai-assistant/compare/v1.0.0...v1.1.0) (2023-04-26) diff --git a/package.json b/package.json index 35b5dac..a5c5e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-ai-assistant", - "version": "1.1.0", + "version": "1.2.0", "main": "dist/index.html", "scripts": { "dev": "vite",