From f54b5282771fbcaf168145d78061e615ea88166a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jul 2023 08:10:02 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/UNICKCHENG/logseq-ai-assistant/compare/v1.1.1...v1.1.2) (2023-07-05) ### Bug Fixes * **openai-stream:** fix the error of json ([be4e1e5](https://github.com/UNICKCHENG/logseq-ai-assistant/commit/be4e1e595d2804d3a3aa3e366980eb676b511be5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2196e8..a6798d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/UNICKCHENG/logseq-ai-assistant/compare/v1.1.1...v1.1.2) (2023-07-05) + + +### Bug Fixes + +* **openai-stream:** fix the error of json ([be4e1e5](https://github.com/UNICKCHENG/logseq-ai-assistant/commit/be4e1e595d2804d3a3aa3e366980eb676b511be5)) + ## [1.1.1](https://github.com/UNICKCHENG/logseq-ai-assistant/compare/v1.1.0...v1.1.1) (2023-06-14) diff --git a/package.json b/package.json index 1a233d0..97ace4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-assistant", - "version": "1.1.1", + "version": "1.1.2", "description": "A Logseq plugin empowered by AI for effortless note-taking.", "main": "dist/index.html", "author": "unickcheng",