From e363bfeecc9a39b15db0c8c5bd2e5a4a8175cd25 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 9 Sep 2024 17:18:40 +0700
Subject: [PATCH] Release 0.2.3 (#281)

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

diff --git a/.changeset/chilled-mangos-cheat.md b/.changeset/chilled-mangos-cheat.md
deleted file mode 100644
index a10a3b50..00000000
--- a/.changeset/chilled-mangos-cheat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Ensure the generation script always works
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2559a6a2..66a9b451 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # create-llama
 
+## 0.2.3
+
+### Patch Changes
+
+- b6da3c2: Ensure the generation script always works
+
 ## 0.2.2
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 9c15ee9c..7146c284 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.2.2",
+  "version": "0.2.3",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab