Skip to content

Commit 9304bfc

Browse files
release: 0.6.0-alpha.4
1 parent 37215c8 commit 9304bfc

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.3"
2+
".": "0.6.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 0.6.0-alpha.4 (2024-07-16)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#22](https://github.com/togethercomputer/together-typescript/issues/22)) ([ede606f](https://github.com/togethercomputer/together-typescript/commit/ede606f59f84e225cc6e799cbbee0ea195fbb4f6))
10+
* **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))
11+
* **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))
12+
* **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))
13+
* **api:** OpenAPI spec update via Stainless API ([#23](https://github.com/togethercomputer/together-typescript/issues/23)) ([1b03e3f](https://github.com/togethercomputer/together-typescript/commit/1b03e3f15f70fce8a6be6b849c48b76feff6ac6a))
14+
* **api:** OpenAPI spec update via Stainless API ([#24](https://github.com/togethercomputer/together-typescript/issues/24)) ([e28fb4b](https://github.com/togethercomputer/together-typescript/commit/e28fb4b688e6919e941349a7a5ee838543af20ef))
15+
* **api:** OpenAPI spec update via Stainless API ([#25](https://github.com/togethercomputer/together-typescript/issues/25)) ([24a4e34](https://github.com/togethercomputer/together-typescript/commit/24a4e341c39fe768b60f912a94be1ad9e170faed))
16+
* **api:** OpenAPI spec update via Stainless API ([#26](https://github.com/togethercomputer/together-typescript/issues/26)) ([a041bff](https://github.com/togethercomputer/together-typescript/commit/a041bff299477b131239591e977b98cdc793442f))
17+
18+
19+
### Bug Fixes
20+
21+
* **client:** fix auth via Bearer token ([#21](https://github.com/togethercomputer/together-typescript/issues/21)) ([c001b61](https://github.com/togethercomputer/together-typescript/commit/c001b61b4ecdec0705909e1aba6380937dfb58cf))
22+
23+
24+
### Chores
25+
26+
* update SDK settings ([#16](https://github.com/togethercomputer/together-typescript/issues/16)) ([88af203](https://github.com/togethercomputer/together-typescript/commit/88af20394bc6befa762f6121ba70ca04c7eeb088))
27+
328
## 0.6.0-alpha.3 (2024-05-29)
429

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

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

0 commit comments

Comments
 (0)