From 42e63842d060ee43417dcf7508e76db0807696e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:34:55 +0700 Subject: [PATCH] Release 0.3.7 (#395) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/smooth-wolves-admire.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smooth-wolves-admire.md diff --git a/.changeset/smooth-wolves-admire.md b/.changeset/smooth-wolves-admire.md deleted file mode 100644 index 547187d7..00000000 --- a/.changeset/smooth-wolves-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": patch ---- - -DocumentInfo working with relative URLs diff --git a/CHANGELOG.md b/CHANGELOG.md index d7457dbe..06b9c995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-llama +## 0.3.7 + +### Patch Changes + +- fa80378: DocumentInfo working with relative URLs + ## 0.3.6 ### Patch Changes diff --git a/package.json b/package.json index a428ee23..b4b3edf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.3.6", + "version": "0.3.7", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag", -- GitLab