diff --git a/.changeset/sync-models.md b/.changeset/sync-models.md deleted file mode 100644 index 3949386d6..000000000 --- a/.changeset/sync-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/ai-anthropic': patch ---- - -Update model metadata from OpenRouter API diff --git a/packages/ai-anthropic/CHANGELOG.md b/packages/ai-anthropic/CHANGELOG.md index 4ac437076..4c0c7987c 100644 --- a/packages/ai-anthropic/CHANGELOG.md +++ b/packages/ai-anthropic/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/ai-anthropic +## 0.11.2 + +### Patch Changes + +- [#630](https://github.com/TanStack/ai/pull/630) [`a40f888`](https://github.com/TanStack/ai/commit/a40f88847f382244d752b745402f00aa59e75072) - Update model metadata from OpenRouter API + ## 0.11.1 ### Patch Changes diff --git a/packages/ai-anthropic/package.json b/packages/ai-anthropic/package.json index 2c06f8f57..03ef2cd3a 100644 --- a/packages/ai-anthropic/package.json +++ b/packages/ai-anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-anthropic", - "version": "0.11.1", + "version": "0.11.2", "description": "Anthropic Claude adapter for TanStack AI chat, tool calling, thinking, and structured outputs.", "author": "", "license": "MIT",