Skip to content

Commit 815818c

Browse files
release: 0.16.0
1 parent e35ae54 commit 815818c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.2"
2+
".": "0.16.0"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.16.0 (2025-04-28)
4+
5+
Full Changelog: [v0.15.2...v0.16.0](https://github.com/togethercomputer/together-typescript/compare/v0.15.2...v0.16.0)
6+
7+
### Features
8+
9+
* **api:** adds unspecified endpoints ([e35ae54](https://github.com/togethercomputer/together-typescript/commit/e35ae54cf74671bf7e5c8e08bbb53df816ec1502))
10+
* **api:** api update ([889a341](https://github.com/togethercomputer/together-typescript/commit/889a3411038c7393fcbae980422e08def4893317))
11+
312
## 0.15.2 (2025-04-25)
413

514
Full Changelog: [v0.15.1...v0.15.2](https://github.com/togethercomputer/together-typescript/compare/v0.15.1...v0.15.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "together-ai",
3-
"version": "0.15.2",
3+
"version": "0.16.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.15.2'; // x-release-please-version
1+
export const VERSION = '0.16.0'; // x-release-please-version

0 commit comments

Comments
 (0)