Skip to content

Commit

Permalink
release: 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 10, 2025
1 parent 29223b0 commit 3639d95
Show file tree
Hide file tree
Showing 4 changed files with 16 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.11.1"
".": "0.11.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.11.2 (2025-01-10)

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

### Bug Fixes

* send correct Accept header for certain endpoints ([#122](https://github.com/togethercomputer/together-typescript/issues/122)) ([29223b0](https://github.com/togethercomputer/together-typescript/commit/29223b057f662966fb0fc61916425d9891daeb3c))


### Chores

* **internal:** codegen related update ([#120](https://github.com/togethercomputer/together-typescript/issues/120)) ([b2313c5](https://github.com/togethercomputer/together-typescript/commit/b2313c5e73e6e294fc2dc61246b0da35bedb1c10))

## 0.11.1 (2025-01-06)

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

0 comments on commit 3639d95

Please sign in to comment.