From 1752b927114d79b81dc57b359f3a0bd3aaf41dd7 Mon Sep 17 00:00:00 2001
From: Marcus Schiesser <mail@marcusschiesser.de>
Date: Tue, 2 Jan 2024 11:02:34 +0700
Subject: [PATCH] create-llama@0.0.12

---
 CHANGELOG.md | 8 ++++++++
 package.json | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index faa128b0..e613b4d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # create-llama
 
+## 0.0.12
+
+### Patch Changes
+
+- 9c5e22a: Added cross-env so frontends with Express/FastAPI backends are working under Windows
+- 5ab65eb: Bring Python templates with TS templates to feature parity
+- 9c5e22a: Added vector DB selector to create-llama (starting with MongoDB support)
+
 ## 0.0.11
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 4666b500..72e5d336 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.0.11",
+  "version": "0.0.12",
   "keywords": [
     "rag",
     "llamaindex",
-- 
GitLab