From c0a1da10db66be7315464b785e77b63e7a70fc42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 05:23:26 +0000 Subject: [PATCH] chore: release package --- .changeset/ai-chat-feature.md | 15 --------------- .changeset/plain-grapes-notice.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 4 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 .changeset/ai-chat-feature.md delete mode 100644 .changeset/plain-grapes-notice.md diff --git a/.changeset/ai-chat-feature.md b/.changeset/ai-chat-feature.md deleted file mode 100644 index 249761e..0000000 --- a/.changeset/ai-chat-feature.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"create-docubase": minor ---- - -Add AI chat assistant with RAG-powered documentation search - -- Add AskAnything component for homepage chat input -- Add ChatWidget floating chat button component -- Add dedicated chat page with conversation history -- Add chat API endpoint with Google Gemini integration -- Add Upstash Vector for semantic search -- Add index-content scripts for development and production -- Fix: XSS protection for AI-generated markdown links -- Fix: Proper SSE format for streaming responses -- Fix: Initialization guards for event listeners diff --git a/.changeset/plain-grapes-notice.md b/.changeset/plain-grapes-notice.md deleted file mode 100644 index 5d30e18..0000000 --- a/.changeset/plain-grapes-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-docubase": minor ---- - -AI chat assistant with RAG-powered documentation search diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf75a0..0f16b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # create-docubase +## 1.2.0 + +### Minor Changes + +- 8cceec4: Add AI chat assistant with RAG-powered documentation search + - Add AskAnything component for homepage chat input + - Add ChatWidget floating chat button component + - Add dedicated chat page with conversation history + - Add chat API endpoint with Google Gemini integration + - Add Upstash Vector for semantic search + - Add index-content scripts for development and production + - Fix: XSS protection for AI-generated markdown links + - Fix: Proper SSE format for streaming responses + - Fix: Initialization guards for event listeners + +- 8cceec4: AI chat assistant with RAG-powered documentation search + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index 581bd4a..77d6f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-docubase", - "version": "1.1.2", + "version": "1.2.0", "description": "Create a new DocuBase documentation site", "type": "module", "bin": {