Skip to content

Commit 7bedfe0

Browse files
chore(release): 🔖 0.5.0 [skip ci]
## [0.5.0](v0.4.1...v0.5.0) (2025-04-26) ### ✨ Features * Add on reasoning event callback function handling in streaming chat completions ([#7](#7)) ([200eb12](200eb12)) ### 📦 Miscellaneous * Add husky pre-commit hook ([#8](#8)) ([5ad49a0](5ad49a0))
1 parent 5ad49a0 commit 7bedfe0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.0](https://github.com/inference-gateway/typescript-sdk/compare/v0.4.1...v0.5.0) (2025-04-26)
6+
7+
### ✨ Features
8+
9+
* Add on reasoning event callback function handling in streaming chat completions ([#7](https://github.com/inference-gateway/typescript-sdk/issues/7)) ([200eb12](https://github.com/inference-gateway/typescript-sdk/commit/200eb12c5890f46d00e5c9cdaaf40a3a306b4315))
10+
11+
### 📦 Miscellaneous
12+
13+
* Add husky pre-commit hook ([#8](https://github.com/inference-gateway/typescript-sdk/issues/8)) ([5ad49a0](https://github.com/inference-gateway/typescript-sdk/commit/5ad49a083e7767a3b7293328c9cead0769324ff6))
14+
515
## [0.4.1](https://github.com/inference-gateway/typescript-sdk/compare/v0.4.0...v0.4.1) (2025-04-25)
616

717
### ♻️ 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.4.1",
3+
"version": "0.5.0",
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)