Skip to content

Commit 575abf2

Browse files
release: 0.31.2
1 parent 22f3cc3 commit 575abf2

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.31.1"
2+
".": "0.31.2"
33
}

CHANGELOG.md

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

3+
## 0.31.2 (2025-12-01)
4+
5+
Full Changelog: [v0.31.1...v0.31.2](https://github.com/togethercomputer/together-typescript/compare/v0.31.1...v0.31.2)
6+
7+
### Bug Fixes
8+
9+
* allow build to function in browser environments ([89cf3bf](https://github.com/togethercomputer/together-typescript/commit/89cf3bfc5e6b97cb31d941f8a60e338dd79cc4ab))
10+
11+
12+
### Chores
13+
14+
* fix internal bad type reference ([1c646b3](https://github.com/togethercomputer/together-typescript/commit/1c646b3b58be268d3554baf6054c0dea8efac481))
15+
* fix tests ([4fcedb5](https://github.com/togethercomputer/together-typescript/commit/4fcedb5d5a5b81847245e065618a195cd7d93be4))
16+
317
## 0.31.1 (2025-12-01)
418

519
Full Changelog: [v0.31.0...v0.31.1](https://github.com/togethercomputer/together-typescript/compare/v0.31.0...v0.31.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.31.1",
3+
"version": "0.31.2",
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.31.1'; // x-release-please-version
1+
export const VERSION = '0.31.2'; // x-release-please-version

0 commit comments

Comments
 (0)