File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.21.1 "
2
+ "." : " 0.22.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.22.0 (2025-08-13)
4
+
5
+ Full Changelog: [ v0.21.1...v0.22.0] ( https://github.com/togethercomputer/together-typescript/compare/v0.21.1...v0.22.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ d9c06c5] ( https://github.com/togethercomputer/together-typescript/commit/d9c06c5fc910b4a2c22f0f551570926448a19bc7 ) )
10
+ * ** api:** api update ([ 1a141b5] ( https://github.com/togethercomputer/together-typescript/commit/1a141b59f55dddfdf0fb459e05b2fc7d30037dd2 ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** internal:** move publish config ([ cba5eb9] ( https://github.com/togethercomputer/together-typescript/commit/cba5eb9ea43f5b89581eacbe08dc1d35ab990a74 ) )
16
+ * ** internal:** update comment in script ([ a8e5ba4] ( https://github.com/togethercomputer/together-typescript/commit/a8e5ba4a816caca0f8682fcf935a57b8c4ad7535 ) )
17
+ * ** internal:** update test skipping reason ([ 010a97c] ( https://github.com/togethercomputer/together-typescript/commit/010a97c61b8011d13ebfe8d26720bfc9c3e3258b ) )
18
+ * update @stainless-api/prism-cli to v5.15.0 ([ fc26a78] ( https://github.com/togethercomputer/together-typescript/commit/fc26a7810f72a483c1b385ac1729e9768e486af7 ) )
19
+
3
20
## 0.21.1 (2025-08-05)
4
21
5
22
Full Changelog: [ v0.21.0...v0.21.1] ( https://github.com/togethercomputer/together-typescript/compare/v0.21.0...v0.21.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " together-ai" ,
3
- "version" : " 0.21.1 " ,
3
+ "version" : " 0.22.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.21.1 ' ; // x-release-please-version
1
+ export const VERSION = '0.22.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments