From de2c7523dd28b1953d51b4a09fece1169dcfabc7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 15 Aug 2024 14:52:27 +0700
Subject: [PATCH] Release 0.1.37 (#239)

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

diff --git a/.changeset/olive-bulldogs-boil.md b/.changeset/olive-bulldogs-boil.md
deleted file mode 100644
index 4fe2f473..00000000
--- a/.changeset/olive-bulldogs-boil.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Add in-text citation references
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1521886..bdd97cb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # create-llama
 
+## 0.1.37
+
+### Patch Changes
+
+- 9fd832c: Add in-text citation references
+
 ## 0.1.36
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 1b7d9873..a6c666fe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.1.36",
+  "version": "0.1.37",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab