Skip to content

Commit 1a51b74

Browse files
release: 0.6.0-alpha.9
1 parent e0fd4f3 commit 1a51b74

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.6.0-alpha.8"
2+
".": "0.6.0-alpha.9"
33
}

CHANGELOG.md

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

3+
## 0.6.0-alpha.9 (2024-09-06)
4+
5+
Full Changelog: [v0.6.0-alpha.8...v0.6.0-alpha.9](https://github.com/togethercomputer/together-typescript/compare/v0.6.0-alpha.8...v0.6.0-alpha.9)
6+
7+
### Bug Fixes
8+
9+
* **client:** correct File construction from node-fetch Responses ([#54](https://github.com/togethercomputer/together-typescript/issues/54)) ([e1d5c6b](https://github.com/togethercomputer/together-typescript/commit/e1d5c6bd0ef8985a9525a82a31f2ac3385e6e2bd))
10+
11+
12+
### Chores
13+
14+
* **ci:** install deps via ./script/bootstrap ([#52](https://github.com/togethercomputer/together-typescript/issues/52)) ([a22842a](https://github.com/togethercomputer/together-typescript/commit/a22842aaff23412ff69e4aea0ff99eb16bd8408c))
15+
316
## 0.6.0-alpha.8 (2024-08-29)
417

518
Full Changelog: [v0.6.0-alpha.7...v0.6.0-alpha.8](https://github.com/togethercomputer/together-typescript/compare/v0.6.0-alpha.7...v0.6.0-alpha.8)

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.6.0-alpha.8",
3+
"version": "0.6.0-alpha.9",
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.6.0-alpha.8'; // x-release-please-version
1+
export const VERSION = '0.6.0-alpha.9'; // x-release-please-version

0 commit comments

Comments
 (0)