Skip to content

Commit 4de599b

Browse files
release: 0.31.1 (#202)
* fix: move optional dependency out of core dependency * release: 0.31.1 --------- Co-authored-by: Blaine Kasten <[email protected]> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 7e75fa7 commit 4de599b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
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.0"
2+
".": "0.31.1"
33
}

CHANGELOG.md

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

3+
## 0.31.1 (2025-12-01)
4+
5+
Full Changelog: [v0.31.0...v0.31.1](https://github.com/togethercomputer/together-typescript/compare/v0.31.0...v0.31.1)
6+
7+
### Bug Fixes
8+
9+
* move optional dependency out of core dependency ([9c74017](https://github.com/togethercomputer/together-typescript/commit/9c7401705a9e5609bed9b1b0d1d5d7891fc47ce1))
10+
311
## 0.31.0 (2025-12-01)
412

513
Full Changelog: [v0.30.0...v0.31.0](https://github.com/togethercomputer/together-typescript/compare/v0.30.0...v0.31.0)

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "together-ai",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <[email protected]>",
66
"types": "dist/index.d.ts",
@@ -26,9 +26,6 @@
2626
"lint": "./scripts/lint",
2727
"fix": "./scripts/format"
2828
},
29-
"dependencies": {
30-
"parquetjs": "^0.11.2"
31-
},
3229
"devDependencies": {
3330
"@arethetypeswrong/cli": "^0.17.0",
3431
"@swc/core": "^1.3.102",
@@ -43,6 +40,7 @@
4340
"eslint-plugin-unused-imports": "^4.1.4",
4441
"iconv-lite": "^0.6.3",
4542
"jest": "^29.4.0",
43+
"parquetjs": "^0.11.2",
4644
"prettier": "^3.0.0",
4745
"publint": "^0.2.12",
4846
"ts-jest": "^29.1.0",

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.0'; // x-release-please-version
1+
export const VERSION = '0.31.1'; // x-release-please-version

0 commit comments

Comments
 (0)