From 6304114ef55e683b5f483ed198651785222cb43a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 9 Oct 2024 16:31:50 +0700
Subject: [PATCH] Release 0.2.17 (#357)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/modern-lemons-applaud.md | 5 -----
 .changeset/pink-impalas-matter.md   | 5 -----
 CHANGELOG.md                        | 7 +++++++
 package.json                        | 2 +-
 4 files changed, 8 insertions(+), 11 deletions(-)
 delete mode 100644 .changeset/modern-lemons-applaud.md
 delete mode 100644 .changeset/pink-impalas-matter.md

diff --git a/.changeset/modern-lemons-applaud.md b/.changeset/modern-lemons-applaud.md
deleted file mode 100644
index 8be2236e..00000000
--- a/.changeset/modern-lemons-applaud.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-bump: use LlamaIndexTS 0.6.18
diff --git a/.changeset/pink-impalas-matter.md b/.changeset/pink-impalas-matter.md
deleted file mode 100644
index 38556d19..00000000
--- a/.changeset/pink-impalas-matter.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Fix using LlamaCloud selector does not use the configured values in the environment (Python)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a12e4a88..27f33fbc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # create-llama
 
+## 0.2.17
+
+### Patch Changes
+
+- cd3fcd0: bump: use LlamaIndexTS 0.6.18
+- 6335de1: Fix using LlamaCloud selector does not use the configured values in the environment (Python)
+
 ## 0.2.16
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 1b028bcd..85ea0081 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.2.16",
+  "version": "0.2.17",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab