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 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-11)
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 ([ ce742fc] ( https://github.com/togethercomputer/together-typescript/commit/ce742fcb4a95e99fa2c4e9f5c479e294d8dbfc98 ) )
10
+ * ** api:** api update ([ 915a226] ( https://github.com/togethercomputer/together-typescript/commit/915a226ad75264493a4e67917215a02fb3bae907 ) )
11
+ * ** mcp:** add code execution tool ([ c768bb9] ( https://github.com/togethercomputer/together-typescript/commit/c768bb9a09001ef9955a3c899e4cfc2d588350f2 ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * coerce nullable values to undefined ([ f6c7e43] ( https://github.com/togethercomputer/together-typescript/commit/f6c7e4344493e694fc9752ff48cb976633ead25b ) )
17
+
18
+
19
+ ### Chores
20
+
21
+ * add package to package.json ([ 72025f2] ( https://github.com/togethercomputer/together-typescript/commit/72025f28d2156a530f5ad3c41723ee3cc8706426 ) )
22
+ * ci build action ([ 0f37b32] ( https://github.com/togethercomputer/together-typescript/commit/0f37b32dbee4ad5a5f19a6bb894f92cb2f5c36f4 ) )
23
+ * ** client:** qualify global Blob ([ a9f7b6f] ( https://github.com/togethercomputer/together-typescript/commit/a9f7b6f6b5634630ea1978a5e362e627df8825ca ) )
24
+ * ** deps:** update dependency @types/node to v20.17.58 ([ f1839e8] ( https://github.com/togethercomputer/together-typescript/commit/f1839e85f502ad68c680556340d240dab3b28bd9 ) )
25
+ * ** internal:** formatting change ([ 0282025] ( https://github.com/togethercomputer/together-typescript/commit/02820255f3c707f9170d987cefb2a74124aabad3 ) )
26
+ * ** internal:** update global Error reference ([ e53b252] ( https://github.com/togethercomputer/together-typescript/commit/e53b25217887ab211b03b93e2c09f3da4b20ef1e ) )
27
+ * update CI script ([ 99cae2f] ( https://github.com/togethercomputer/together-typescript/commit/99cae2f05724e68687d6c704a5b29d31dd5fa11f ) )
28
+
3
29
## 0.22.0 (2025-08-13)
4
30
5
31
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