Skip to content

Commit

Permalink
release: 0.6.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 2, 2024
1 parent ede606f commit 9a9960a
Show file tree
Hide file tree
Showing 4 changed files with 24 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.3"
".": "0.6.0-alpha.4"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.3",
"version": "0.6.0-alpha.4",
"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.3'; // x-release-please-version
export const VERSION = '0.6.0-alpha.4'; // x-release-please-version

0 comments on commit 9a9960a

Please sign in to comment.