Skip to content

Commit bbe88e1

Browse files
release: 0.23.0
1 parent 9ffc369 commit bbe88e1

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.22.0"
2+
".": "0.23.0"
33
}

CHANGELOG.md

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

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+
323
## 0.22.0 (2025-08-13)
424

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

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.22.0",
3+
"version": "0.23.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.22.0'; // x-release-please-version
1+
export const VERSION = '0.23.0'; // x-release-please-version

0 commit comments

Comments
 (0)