Skip to content

Commit 91092d0

Browse files
release: 0.11.2
1 parent ecfc1df commit 91092d0

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.11.1"
2+
".": "0.11.2"
33
}

CHANGELOG.md

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

3+
## 0.11.2 (2025-01-23)
4+
5+
Full Changelog: [v0.11.1...v0.11.2](https://github.com/togethercomputer/together-typescript/compare/v0.11.1...v0.11.2)
6+
7+
### Bug Fixes
8+
9+
* 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))
10+
11+
12+
### Chores
13+
14+
* **internal:** add test ([#124](https://github.com/togethercomputer/together-typescript/issues/124)) ([2fe6bfd](https://github.com/togethercomputer/together-typescript/commit/2fe6bfd92da5df5f8c9356b404144bac9b11e91a))
15+
* **internal:** codegen related update ([#120](https://github.com/togethercomputer/together-typescript/issues/120)) ([b2313c5](https://github.com/togethercomputer/together-typescript/commit/b2313c5e73e6e294fc2dc61246b0da35bedb1c10))
16+
* **internal:** minor restructuring ([#125](https://github.com/togethercomputer/together-typescript/issues/125)) ([c03ed37](https://github.com/togethercomputer/together-typescript/commit/c03ed37be78fa929a365a1531ded746839c72a12))
17+
* **types:** add `| undefined` to client options properties ([#123](https://github.com/togethercomputer/together-typescript/issues/123)) ([7f6162e](https://github.com/togethercomputer/together-typescript/commit/7f6162e7c7dbdfa4fa80cd4e32db543b3adf2a2c))
18+
319
## 0.11.1 (2025-01-06)
420

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

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

0 commit comments

Comments
 (0)