File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed
Expand file tree Collapse file tree 4 files changed +29
-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-09-08)
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+ * ** api:** api update ([ 9ffc369] ( https://github.com/togethercomputer/together-typescript/commit/9ffc369129e929fa84bf667a25f6cac8073364d3 ) )
11+ * ** mcp:** add code execution tool ([ 64ee6f0] ( https://github.com/togethercomputer/together-typescript/commit/64ee6f07840770cdd2ea842329ebddb8a629837f ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * coerce nullable values to undefined ([ 7b4618b] ( https://github.com/togethercomputer/together-typescript/commit/7b4618b958d41b469dc25a48cb0296d30659844b ) )
17+
18+
19+ ### Chores
20+
21+ * add package to package.json ([ 75e2a68] ( https://github.com/togethercomputer/together-typescript/commit/75e2a682d46a3087b8b6e0f22047faf1ce4f5a43 ) )
22+ * ci build action ([ bbaa39e] ( https://github.com/togethercomputer/together-typescript/commit/bbaa39e88947053792793ec59b7a791589e4e4ac ) )
23+ * ** client:** qualify global Blob ([ 285d956] ( https://github.com/togethercomputer/together-typescript/commit/285d95638e1787ac2ef6d06e8697aa9fcdb5a7ea ) )
24+ * ** deps:** update dependency @types/node to v20.17.58 ([ f60e29d] ( https://github.com/togethercomputer/together-typescript/commit/f60e29d3b73d88633b1534dc7236d085f2e5a0f7 ) )
25+ * ** internal:** formatting change ([ dac3480] ( https://github.com/togethercomputer/together-typescript/commit/dac3480d3d48ba31edda9833f8d8e2856ebe38a6 ) )
26+ * ** internal:** update global Error reference ([ bccaacc] ( https://github.com/togethercomputer/together-typescript/commit/bccaacc608ae1a4688ddffb0ca4bd933cd92cb83 ) )
27+ * update CI script ([ a410b4d] ( https://github.com/togethercomputer/together-typescript/commit/a410b4d0865dac5ec0c4cf63b73dbee5e5b409af ) )
28+
329## 0.22.0 (2025-08-13)
430
531Full 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 <[email protected] >" ,
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