Skip to content

Commit bb43984

Browse files
author
GitHub Actions Bot
committed
chore(release): 🔖 0.3.4 [skip ci]
## [0.3.4](v0.3.3...v0.3.4) (2025-03-31) ### ♻️ Improvements * Add optional fields for reasoning in Message interface ([#3](#3)) ([9a4c1fd](9a4c1fd))
1 parent 9a4c1fd commit bb43984

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.3.4](https://github.com/inference-gateway/typescript-sdk/compare/v0.3.3...v0.3.4) (2025-03-31)
6+
7+
### ♻️ Improvements
8+
9+
* Add optional fields for reasoning in Message interface ([#3](https://github.com/inference-gateway/typescript-sdk/issues/3)) ([9a4c1fd](https://github.com/inference-gateway/typescript-sdk/commit/9a4c1fdc50e6e6e3dd4ce53058d1164754fe8c9d))
10+
511
## [0.3.3](https://github.com/inference-gateway/typescript-sdk/compare/v0.3.2...v0.3.3) (2025-03-31)
612

713
### 🐛 Bug Fixes

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.3",
3+
"version": "0.3.4",
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)