From 7302880c5fe60ffff9d64d458a392da430a3e572 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 15 Jul 2024 22:17:09 +0700
Subject: [PATCH] Release 0.1.20 (#166)

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

diff --git a/.changeset/curly-lemons-confess.md b/.changeset/curly-lemons-confess.md
deleted file mode 100644
index 9733dad0..00000000
--- a/.changeset/curly-lemons-confess.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Update to LlamaIndex 0.10.55
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcdc9c64..327d7d01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # create-llama
 
+## 0.1.20
+
+### Patch Changes
+
+- 624c721: Update to LlamaIndex 0.10.55
+
 ## 0.1.19
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 7bdd9f97..83167e27 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.1.19",
+  "version": "0.1.20",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab