From 90398400c693dbb2e3a0f7a7e232f56b58e99fa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:15:18 +0700 Subject: [PATCH] Release 0.1.42 (#261) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/tidy-months-dance.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-months-dance.md diff --git a/.changeset/tidy-months-dance.md b/.changeset/tidy-months-dance.md deleted file mode 100644 index a459ff8e..00000000 --- a/.changeset/tidy-months-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -Allow relative URL in documents diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d0e357..3abdd936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-llama +## 0.1.42 + +### Patch Changes + +- 8f670a9: Allow relative URL in documents + ## 0.1.41 ### Patch Changes diff --git a/package.json b/package.json index a748be8b..01a4f921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.1.41", + "version": "0.1.42", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag", -- GitLab