From c5559d8e593426e080d847b158e0b49d770473e2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 23 Oct 2024 17:51:46 +0700
Subject: [PATCH] Release 0.3.6 (#392)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/popular-pears-repeat.md | 5 -----
 CHANGELOG.md                       | 6 ++++++
 package.json                       | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
 delete mode 100644 .changeset/popular-pears-repeat.md

diff --git a/.changeset/popular-pears-repeat.md b/.changeset/popular-pears-repeat.md
deleted file mode 100644
index 24407398..00000000
--- a/.changeset/popular-pears-repeat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Fix the streaming issue to prevent the UI from hanging.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c981ee9..d7457dbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # create-llama
 
+## 0.3.6
+
+### Patch Changes
+
+- 0182368: Fix the streaming issue to prevent the UI from hanging.
+
 ## 0.3.5
 
 ### Patch Changes
diff --git a/package.json b/package.json
index c35280de..a428ee23 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.3.5",
+  "version": "0.3.6",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab