Skip to content

Commit f1c13e3

Browse files
chore(release): 🔖 0.6.2 [skip ci]
## [0.6.2](v0.6.1...v0.6.2) (2025-04-30) ### ♻️ Improvements * Process also groq reasoning models properly ([#12](#12)) ([51ce3bb](51ce3bb))
1 parent 51ce3bb commit f1c13e3

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.6.2](https://github.com/inference-gateway/typescript-sdk/compare/v0.6.1...v0.6.2) (2025-04-30)
6+
7+
### ♻️ Improvements
8+
9+
* Process also groq reasoning models properly ([#12](https://github.com/inference-gateway/typescript-sdk/issues/12)) ([51ce3bb](https://github.com/inference-gateway/typescript-sdk/commit/51ce3bbbbdf03947bb7928e8edc413b977ea092a))
10+
511
## [0.6.1](https://github.com/inference-gateway/typescript-sdk/compare/v0.6.0...v0.6.1) (2025-04-28)
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.6.1",
3+
"version": "0.6.2",
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)