From 628e16df7ceba451d84479ec9ea63886240f412a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:55:01 +0700 Subject: [PATCH] Release 0.1.12 (#136) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/blue-pugs-peel.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/blue-pugs-peel.md diff --git a/.changeset/blue-pugs-peel.md b/.changeset/blue-pugs-peel.md deleted file mode 100644 index ec492233..00000000 --- a/.changeset/blue-pugs-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Fix NextJS for TS 5.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index caa38d1b..22162eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-llama +## 0.1.12 + +### Patch Changes + +- aa69014: Fix NextJS for TS 5.2 + ## 0.1.11 ### Patch Changes diff --git a/package.json b/package.json index a1c036ec..5fa91998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.1.11", + "version": "0.1.12", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag", -- GitLab