From 8faf9170cf817bc9cc906bc28aa6c0821496994b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 14:59:19 +0700
Subject: [PATCH] Release 0.1.34 (#233)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/kind-beans-sit.md | 5 -----
 .changeset/ten-worms-pump.md | 5 -----
 CHANGELOG.md                 | 7 +++++++
 package.json                 | 2 +-
 4 files changed, 8 insertions(+), 11 deletions(-)
 delete mode 100644 .changeset/kind-beans-sit.md
 delete mode 100644 .changeset/ten-worms-pump.md

diff --git a/.changeset/kind-beans-sit.md b/.changeset/kind-beans-sit.md
deleted file mode 100644
index 05c562ec..00000000
--- a/.changeset/kind-beans-sit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Add error handling for generating the next question
diff --git a/.changeset/ten-worms-pump.md b/.changeset/ten-worms-pump.md
deleted file mode 100644
index c2c64711..00000000
--- a/.changeset/ten-worms-pump.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Fix wrong api key variable in Azure OpenAI provider
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 782e340d..a23ff464 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # create-llama
 
+## 0.1.34
+
+### Patch Changes
+
+- c49a5e1: Add error handling for generating the next question
+- c49a5e1: Fix wrong api key variable in Azure OpenAI provider
+
 ## 0.1.33
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 18a98d09..519e0d82 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.1.33",
+  "version": "0.1.34",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab