From 60d10b75463703e406ac781e1074eeb0332abe90 Mon Sep 17 00:00:00 2001 From: anandpant <109482096+anandpant@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:22:17 +0000 Subject: [PATCH] chore(release): @nyrra/foundry-ai@0.0.6 (#57) ## Release `@nyrra/foundry-ai@0.0.6` Merging this PR will: - publish `@nyrra/foundry-ai@0.0.6` to npm with `dist-tag=latest` - push the git tag `@nyrra/foundry-ai@0.0.6` ### Changelog See the CHANGELOG diff in this PR for the full release notes. --- packages/foundry-ai/CHANGELOG.md | 10 ++++++++++ packages/foundry-ai/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/foundry-ai/CHANGELOG.md b/packages/foundry-ai/CHANGELOG.md index d1a7bdb..803b75e 100644 --- a/packages/foundry-ai/CHANGELOG.md +++ b/packages/foundry-ai/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.0.6 (2026-08-07) + +### 🚀 Features + +- refresh models and support AI SDK 7 ([#55](https://github.com/shpitdev/foundry-ai/pull/55)) + +### ❤️ Thank You + +- anandpant @anandpant + ## 0.0.5 (2026-07-11) ### 📦 Repository Transfer diff --git a/packages/foundry-ai/package.json b/packages/foundry-ai/package.json index 9ac5338..4c652aa 100644 --- a/packages/foundry-ai/package.json +++ b/packages/foundry-ai/package.json @@ -1,6 +1,6 @@ { "name": "@nyrra/foundry-ai", - "version": "0.0.5", + "version": "0.0.6", "description": "Thin Palantir Foundry provider adapters and model catalog for the Vercel AI SDK.", "license": "Apache-2.0", "repository": {