diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d5c75a..4eab1e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0-alpha.8" + ".": "0.6.0-alpha.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 369e518..e5409da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.6.0-alpha.9 (2024-09-06) + +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) diff --git a/package.json b/package.json index 9e7437d..36edf45 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index a77c75f..cd20269 100644 --- a/src/version.ts +++ b/src/version.ts @@ -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