From e25e112873821590661884af81175dc0d9fb0b59 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 25 Jul 2024 20:23:04 +0700
Subject: [PATCH] Release 0.1.23 (#186)

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

diff --git a/.changeset/proud-seals-yell.md b/.changeset/proud-seals-yell.md
deleted file mode 100644
index a1279f21..00000000
--- a/.changeset/proud-seals-yell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Add template for structured extraction
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac8ca6c7..df09c0ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # create-llama
 
+## 0.1.23
+
+### Patch Changes
+
+- 6bd76fb: Add template for structured extraction
+
 ## 0.1.22
 
 ### Patch Changes
diff --git a/package.json b/package.json
index bacd569b..2fbdfa30 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.1.22",
+  "version": "0.1.23",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab