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": {