Skip to content

Commit 9f068f6

Browse files
author
GitHub Actions Bot
committed
chore(release): 🔖 0.4.0-rc.1 [skip ci]
## [0.4.0-rc.1](v0.3.5-rc.1...v0.4.0-rc.1) (2025-03-31) ### ✨ Features * Add reasoning_content field to chunk message in OpenAPI specification ([4de08ed](4de08ed))
1 parent 4de08ed commit 9f068f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.0-rc.1](https://github.com/inference-gateway/typescript-sdk/compare/v0.3.5-rc.1...v0.4.0-rc.1) (2025-03-31)
6+
7+
### ✨ Features
8+
9+
* Add reasoning_content field to chunk message in OpenAPI specification ([4de08ed](https://github.com/inference-gateway/typescript-sdk/commit/4de08ed46f6078f77838bd9c4bae5e46eb12476c))
10+
511
## [0.3.5-rc.1](https://github.com/inference-gateway/typescript-sdk/compare/v0.3.4...v0.3.5-rc.1) (2025-03-31)
612

713
### ♻️ Improvements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inference-gateway/sdk",
3-
"version": "0.3.5-rc.1",
3+
"version": "0.4.0-rc.1",
44
"description": "An SDK written in Typescript for the [Inference Gateway](https://github.com/inference-gateway/inference-gateway).",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)