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",