Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 5, 2024
1 parent 045f8dd commit b5881f7
Show file tree
Hide file tree
Showing 4 changed files with 14 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.8.0"
".": "0.9.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.9.0 (2024-11-05)

Full Changelog: [v0.8.0...v0.9.0](https://github.com/togethercomputer/together-typescript/compare/v0.8.0...v0.9.0)

### Features

* adding upload API as a helper function. Need to figure out how to make it part of Together.files package ([59efebe](https://github.com/togethercomputer/together-typescript/commit/59efebeea30bd389ecfc8dad484ce085e1efe412))
* fixed linting error ([045f8dd](https://github.com/togethercomputer/together-typescript/commit/045f8dd9bdfd447d8663a5691096fea1e27adc5c))
* updated yarn.lock ([6487474](https://github.com/togethercomputer/together-typescript/commit/6487474d24a1bc13416269bef0b36c11b424b9ef))
* yarn lock change ([b8ce4ae](https://github.com/togethercomputer/together-typescript/commit/b8ce4ae8312789037122580f5408a72f21189d24))

## 0.8.0 (2024-10-30)

Full Changelog: [v0.7.0...v0.8.0](https://github.com/togethercomputer/together-typescript/compare/v0.7.0...v0.8.0)
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.8.0",
"version": "0.9.0",
"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.8.0'; // x-release-please-version
export const VERSION = '0.9.0'; // x-release-please-version

0 comments on commit b5881f7

Please sign in to comment.