Skip to content

Commit d5952d8

Browse files
release: 0.22.0
1 parent 749cd30 commit d5952d8

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.21.1"
2+
".": "0.22.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## 0.21.1 (2025-08-05)
421

522
Full Changelog: [v0.21.0...v0.21.1](https://github.com/togethercomputer/together-typescript/compare/v0.21.0...v0.21.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "together-ai",
3-
"version": "0.21.1",
3+
"version": "0.22.0",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <dev-feedback@TogetherAI.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.21.1'; // x-release-please-version
1+
export const VERSION = '0.22.0'; // x-release-please-version

0 commit comments

Comments
 (0)