From 69f3095424fd62b1ab241cee4322437688cb95c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:30:26 -0800 Subject: [PATCH] Release (#1438) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/wet-pandas-study.md | 5 ----- packages/community/CHANGELOG.md | 6 ++++++ packages/community/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wet-pandas-study.md diff --git a/.changeset/wet-pandas-study.md b/.changeset/wet-pandas-study.md deleted file mode 100644 index 7317111b3..000000000 --- a/.changeset/wet-pandas-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@llamaindex/community": patch ---- - -feat: added support for Haiku 3.5 via Bedrock diff --git a/packages/community/CHANGELOG.md b/packages/community/CHANGELOG.md index a548c371b..a45b0aebe 100644 --- a/packages/community/CHANGELOG.md +++ b/packages/community/CHANGELOG.md @@ -1,5 +1,11 @@ # @llamaindex/community +## 0.0.59 + +### Patch Changes + +- 47a7c3e: feat: added support for Haiku 3.5 via Bedrock + ## 0.0.58 ### Patch Changes diff --git a/packages/community/package.json b/packages/community/package.json index e4ef3f454..2c5d834f1 100644 --- a/packages/community/package.json +++ b/packages/community/package.json @@ -1,7 +1,7 @@ { "name": "@llamaindex/community", "description": "Community package for LlamaIndexTS", - "version": "0.0.58", + "version": "0.0.59", "type": "module", "types": "dist/type/index.d.ts", "main": "dist/cjs/index.js", -- GitLab