File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.90.0 " ,
2+ "." : " 0.90.1 " ,
33 "packages/vertex-sdk" : " 0.16.0" ,
44 "packages/bedrock-sdk" : " 0.28.1" ,
55 "packages/foundry-sdk" : " 0.2.3" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.90.1 (2026-04-20)
4+
5+ Full Changelog: [ sdk-v0.90.0...sdk-v0.90.1] ( https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.90.0...sdk-v0.90.1 )
6+
7+ ### Chores
8+
9+ * ** tests:** bump steady to v0.22.1 ([ 219a971] ( https://github.com/anthropics/anthropic-sdk-typescript/commit/219a9717439a458189ac83633b2d5cd9f1ad7d25 ) )
10+
311## 0.90.0 (2026-04-16)
412
513Full Changelog: [ sdk-v0.89.0...sdk-v0.90.0] ( https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.89.0...sdk-v0.90.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @anthropic-ai/sdk" ,
3- "version" : " 0.90.0 " ,
3+ "version" : " 0.90.1 " ,
44 "description" : " The official TypeScript library for the Anthropic API" ,
55 "author" : " Anthropic <support@anthropic.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1717
1818" @anthropic-ai/sdk@file:../../dist " :
1919 # x-release-please-start-version
20- version "0.90.0 "
20+ version "0.90.1 "
2121 # x-release-please-end-version
2222 dependencies :
2323 json-schema-to-ts "^3.1.1"
Original file line number Diff line number Diff line change 1- export const VERSION = '0.90.0 ' ; // x-release-please-version
1+ export const VERSION = '0.90.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments