From d452a60cd86f9bbe6175e23d37cf5bccc3cde824 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:27:14 +0000 Subject: [PATCH] chore(main): release ai-sdk 2.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ead91f..2383100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/TakoData/ai-sdk/compare/ai-sdk-v2.0.0...ai-sdk-v2.0.1) (2026-06-25) + + +### Bug Fixes + +* standardize on the tako.com host ([#5](https://github.com/TakoData/ai-sdk/issues/5)) ([5a514cf](https://github.com/TakoData/ai-sdk/commit/5a514cf2cd1343f443f78dec3318c469a5619309)) + ## [2.0.0](https://github.com/TakoData/ai-sdk/compare/ai-sdk-v1.0.1...ai-sdk-v2.0.0) (2026-06-25) A full refresh of `@takoviz/ai-sdk` onto Tako's GA public API — shipped as three Vercel AI SDK tools — with a modern ESM/pnpm toolchain and automated releases ([#2](https://github.com/TakoData/ai-sdk/pull/2)). diff --git a/package.json b/package.json index a983791..3dd6415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@takoviz/ai-sdk", - "version": "2.0.0", + "version": "2.0.1", "description": "Tako knowledge search, answer, and contents tools for the Vercel AI SDK", "type": "module", "main": "./dist/index.js",