File tree Expand file tree Collapse file tree 7 files changed +30
-6
lines changed Expand file tree Collapse file tree 7 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.69 .0" ,
2+ "." : " 0.70 .0" ,
33 "packages/vertex-sdk" : " 0.14.0" ,
44 "packages/bedrock-sdk" : " 0.26.0" ,
5- "packages/foundry-sdk" : " 0.1 .0"
5+ "packages/foundry-sdk" : " 0.2 .0"
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.70.0 (2025-11-18)
4+
5+ Full Changelog: [ sdk-v0.69.0...sdk-v0.70.0] ( https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.69.0...sdk-v0.70.0 )
6+
7+ ### Features
8+
9+ * add Foundry SDK ([ 40b0e87] ( https://github.com/anthropics/anthropic-sdk-typescript/commit/40b0e87047887dee3f9fab6e02fa65a1d728cf1e ) )
10+
311## 0.69.0 (2025-11-14)
412
513Full Changelog: [ sdk-v0.68.0...sdk-v0.69.0] ( https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.68.0...sdk-v0.69.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @anthropic-ai/sdk" ,
3- "version" : " 0.69 .0" ,
3+ "version" : " 0.70 .0" ,
44 "description" : " The official TypeScript library for the Anthropic API" ,
55 "author" :
" Anthropic <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 0.2.0 (2025-11-18)
4+
5+ Full Changelog: [ foundry-sdk-v0.1.0...foundry-sdk-v0.2.0] ( https://github.com/anthropics/anthropic-sdk-typescript/compare/foundry-sdk-v0.1.0...foundry-sdk-v0.2.0 )
6+
7+ ### Features
8+
9+ * add Foundry SDK ([ 40b0e87] ( https://github.com/anthropics/anthropic-sdk-typescript/commit/40b0e87047887dee3f9fab6e02fa65a1d728cf1e ) )
10+
11+
12+ ### Chores
13+
14+ * ** internal:** version bump ([ eb97e85] ( https://github.com/anthropics/anthropic-sdk-typescript/commit/eb97e8577279fb150582297d2a0924a297185c3c ) )
15+ * ** internal:** version bump ([ 8ebaf61] ( https://github.com/anthropics/anthropic-sdk-typescript/commit/8ebaf616d2e5c6aebc153f19a403dde41ab5a9f1 ) )
16+
17+ ## Changelog
Original file line number Diff line number Diff line change 11{
22 "name" : " @anthropic-ai/foundry-sdk" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " The official TypeScript library for the Anthropic Foundry API" ,
55 "author" :
" Anthropic <[email protected] >" ,
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.69 .0"
20+ version "0.70 .0"
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.69 .0' ; // x-release-please-version
1+ export const VERSION = '0.70 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments