From 9a9960a64ebf5e0fff643e355de7a600dc696d59 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:04:50 +0000 Subject: [PATCH] release: 0.6.0-alpha.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4b80d50..0369079 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0-alpha.3" + ".": "0.6.0-alpha.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae5482..7bcd6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.6.0-alpha.4 (2024-07-02) + +Full Changelog: [v0.6.0-alpha.3...v0.6.0-alpha.4](https://github.com/togethercomputer/together-typescript/compare/v0.6.0-alpha.3...v0.6.0-alpha.4) + +### Features + +* **api:** manual updates ([#22](https://github.com/togethercomputer/together-typescript/issues/22)) ([ede606f](https://github.com/togethercomputer/together-typescript/commit/ede606f59f84e225cc6e799cbbee0ea195fbb4f6)) +* **api:** OpenAPI spec update via Stainless API ([#18](https://github.com/togethercomputer/together-typescript/issues/18)) ([73499c2](https://github.com/togethercomputer/together-typescript/commit/73499c245624ee60f1f6147b208a0e426cf8a182)) +* **api:** OpenAPI spec update via Stainless API ([#19](https://github.com/togethercomputer/together-typescript/issues/19)) ([9158220](https://github.com/togethercomputer/together-typescript/commit/9158220e7658b8998f45505a1d8c5652020f72f7)) +* **api:** OpenAPI spec update via Stainless API ([#20](https://github.com/togethercomputer/together-typescript/issues/20)) ([debd949](https://github.com/togethercomputer/together-typescript/commit/debd949c0e86b7154fde3bcf951e2e7d1c25ba7a)) + + +### Bug Fixes + +* **client:** fix auth via Bearer token ([#21](https://github.com/togethercomputer/together-typescript/issues/21)) ([c001b61](https://github.com/togethercomputer/together-typescript/commit/c001b61b4ecdec0705909e1aba6380937dfb58cf)) + + +### Chores + +* update SDK settings ([#16](https://github.com/togethercomputer/together-typescript/issues/16)) ([88af203](https://github.com/togethercomputer/together-typescript/commit/88af20394bc6befa762f6121ba70ca04c7eeb088)) + ## 0.6.0-alpha.3 (2024-05-29) Full Changelog: [v0.6.0-alpha.2...v0.6.0-alpha.3](https://github.com/togethercomputer/together-typescript/compare/v0.6.0-alpha.2...v0.6.0-alpha.3) diff --git a/package.json b/package.json index 34d1e1d..f276dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "together-ai", - "version": "0.6.0-alpha.3", + "version": "0.6.0-alpha.4", "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 e31c3c4..56adb6a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.6.0-alpha.3'; // x-release-please-version +export const VERSION = '0.6.0-alpha.4'; // x-release-please-version