From 27a1b9fdf22899cdf15a5ef56b3d4212789803be Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 2 Oct 2024 17:45:23 +0700
Subject: [PATCH] Release 0.2.13 (#335)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/flat-singers-share.md      | 5 -----
 .changeset/gorgeous-penguins-shout.md | 5 -----
 CHANGELOG.md                          | 7 +++++++
 package.json                          | 2 +-
 4 files changed, 8 insertions(+), 11 deletions(-)
 delete mode 100644 .changeset/flat-singers-share.md
 delete mode 100644 .changeset/gorgeous-penguins-shout.md

diff --git a/.changeset/flat-singers-share.md b/.changeset/flat-singers-share.md
deleted file mode 100644
index fce3d6e9..00000000
--- a/.changeset/flat-singers-share.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Add publisher agent to multi-agents for generating documents (PDF and HTML)
diff --git a/.changeset/gorgeous-penguins-shout.md b/.changeset/gorgeous-penguins-shout.md
deleted file mode 100644
index 26dba194..00000000
--- a/.changeset/gorgeous-penguins-shout.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"create-llama": patch
----
-
-Allow tool selection for multi-agents (Python and TS)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dafe7f7..e0ed61ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # create-llama
 
+## 0.2.13
+
+### Patch Changes
+
+- 04ddebc: Add publisher agent to multi-agents for generating documents (PDF and HTML)
+- 04ddebc: Allow tool selection for multi-agents (Python and TS)
+
 ## 0.2.12
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 3a98d6f8..c1e3e2b3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.2.12",
+  "version": "0.2.13",
   "description": "Create LlamaIndex-powered apps with one command",
   "keywords": [
     "rag",
-- 
GitLab