Skip to content

Commit

Permalink
release: 0.6.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 3, 2024
1 parent e1d5c6b commit c512be5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0-alpha.8"
".": "0.6.0-alpha.9"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.6.0-alpha.9 (2024-09-03)

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)

### Bug Fixes

* **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))


### Chores

* **ci:** install deps via ./script/bootstrap ([#52](https://github.com/togethercomputer/together-typescript/issues/52)) ([a22842a](https://github.com/togethercomputer/together-typescript/commit/a22842aaff23412ff69e4aea0ff99eb16bd8408c))

## 0.6.0-alpha.8 (2024-08-29)

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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "together-ai",
"version": "0.6.0-alpha.8",
"version": "0.6.0-alpha.9",
"description": "The official TypeScript library for the Together API",
"author": "Together <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.6.0-alpha.8'; // x-release-please-version
export const VERSION = '0.6.0-alpha.9'; // x-release-please-version

0 comments on commit c512be5

Please sign in to comment.