Skip to content

Commit e07c8b4

Browse files
release: 0.19.0
1 parent 3fb80d7 commit e07c8b4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.18.0"
2+
".": "0.19.0"
33
}

CHANGELOG.md

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

3+
## 0.19.0 (2025-07-08)
4+
5+
Full Changelog: [v0.18.0...v0.19.0](https://github.com/togethercomputer/together-typescript/compare/v0.18.0...v0.19.0)
6+
7+
### Features
8+
9+
* **api:** adding audio APIs ([2d2fa9a](https://github.com/togethercomputer/together-typescript/commit/2d2fa9a94c35c66b39e088cfe9599f986bce545b))
10+
* **api:** removed streaming from translation/transcription endpoints ([1b6c140](https://github.com/togethercomputer/together-typescript/commit/1b6c140c0e31ad8e55e2bb12d9da8198e451237c))
11+
312
## 0.18.0 (2025-07-08)
413

514
Full Changelog: [v0.17.0...v0.18.0](https://github.com/togethercomputer/together-typescript/compare/v0.17.0...v0.18.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.18.0",
3+
"version": "0.19.0",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <[email protected]>",
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.18.0'; // x-release-please-version
1+
export const VERSION = '0.19.0'; // x-release-please-version

0 commit comments

Comments
 (0)