File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.22 .0"
2+ "." : " 0.23 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.23.0 (2025-08-29)
4+
5+ Full Changelog: [ v0.22.0...v0.23.0] ( https://github.com/togethercomputer/together-typescript/compare/v0.22.0...v0.23.0 )
6+
7+ ### Features
8+
9+ * ** api:** add evals api to config ([ 194633b] ( https://github.com/togethercomputer/together-typescript/commit/194633ba3a388c19663ca08f7a502b87def4ffb9 ) )
10+ * ** mcp:** add code execution tool ([ 64ee6f0] ( https://github.com/togethercomputer/together-typescript/commit/64ee6f07840770cdd2ea842329ebddb8a629837f ) )
11+
12+
13+ ### Chores
14+
15+ * add package to package.json ([ 75e2a68] ( https://github.com/togethercomputer/together-typescript/commit/75e2a682d46a3087b8b6e0f22047faf1ce4f5a43 ) )
16+ * ** client:** qualify global Blob ([ 285d956] ( https://github.com/togethercomputer/together-typescript/commit/285d95638e1787ac2ef6d06e8697aa9fcdb5a7ea ) )
17+ * ** deps:** update dependency @types/node to v20.17.58 ([ f60e29d] ( https://github.com/togethercomputer/together-typescript/commit/f60e29d3b73d88633b1534dc7236d085f2e5a0f7 ) )
18+ * ** internal:** formatting change ([ dac3480] ( https://github.com/togethercomputer/together-typescript/commit/dac3480d3d48ba31edda9833f8d8e2856ebe38a6 ) )
19+ * ** internal:** update global Error reference ([ bccaacc] ( https://github.com/togethercomputer/together-typescript/commit/bccaacc608ae1a4688ddffb0ca4bd933cd92cb83 ) )
20+ * update CI script ([ a410b4d] ( https://github.com/togethercomputer/together-typescript/commit/a410b4d0865dac5ec0c4cf63b73dbee5e5b409af ) )
21+
322## 0.22.0 (2025-08-13)
423
524Full Changelog: [ v0.21.1...v0.22.0] ( https://github.com/togethercomputer/together-typescript/compare/v0.21.1...v0.22.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " together-ai" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "description" : " The official TypeScript library for the Together API" ,
55 "author" : " Together <dev-feedback@TogetherAI.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.22 .0' ; // x-release-please-version
1+ export const VERSION = '0.23 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments