File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.22 .0"
2
+ "." : " 0.23 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.23.0 (2025-09-02)
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
+ ### Chores
15
+
16
+ * add package to package.json ([ 75e2a68] ( https://github.com/togethercomputer/together-typescript/commit/75e2a682d46a3087b8b6e0f22047faf1ce4f5a43 ) )
17
+ * ** client:** qualify global Blob ([ 285d956] ( https://github.com/togethercomputer/together-typescript/commit/285d95638e1787ac2ef6d06e8697aa9fcdb5a7ea ) )
18
+ * ** deps:** update dependency @types/node to v20.17.58 ([ f60e29d] ( https://github.com/togethercomputer/together-typescript/commit/f60e29d3b73d88633b1534dc7236d085f2e5a0f7 ) )
19
+ * ** internal:** formatting change ([ dac3480] ( https://github.com/togethercomputer/together-typescript/commit/dac3480d3d48ba31edda9833f8d8e2856ebe38a6 ) )
20
+ * ** internal:** update global Error reference ([ bccaacc] ( https://github.com/togethercomputer/together-typescript/commit/bccaacc608ae1a4688ddffb0ca4bd933cd92cb83 ) )
21
+ * update CI script ([ a410b4d] ( https://github.com/togethercomputer/together-typescript/commit/a410b4d0865dac5ec0c4cf63b73dbee5e5b409af ) )
22
+
3
23
## 0.22.0 (2025-08-13)
4
24
5
25
Full 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 1
1
{
2
2
"name" : " together-ai" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " The official TypeScript library for the Together API" ,
5
5
"author" : " Together <dev-feedback@TogetherAI.com>" ,
6
6
"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