Skip to content

Commit d3a7a96

Browse files
chore(release): 🔖 0.5.1 [skip ci]
## [0.5.1](v0.5.0...v0.5.1) (2025-04-27) ### 🐛 Bug Fixes * Update FunctionParameters schema to enforce required properties and adjust ListModelsResponse structure ([#9](#9)) ([ffa4709](ffa4709)) ### 📚 Documentation * Add required fields to Model schema and clean up application settings ([7338c28](7338c28)) ### 🔧 Miscellaneous * **tests:** Format test ([9f121a7](9f121a7))
1 parent ffa4709 commit d3a7a96

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.1](https://github.com/inference-gateway/typescript-sdk/compare/v0.5.0...v0.5.1) (2025-04-27)
6+
7+
### 🐛 Bug Fixes
8+
9+
* Update FunctionParameters schema to enforce required properties and adjust ListModelsResponse structure ([#9](https://github.com/inference-gateway/typescript-sdk/issues/9)) ([ffa4709](https://github.com/inference-gateway/typescript-sdk/commit/ffa470907a11aca26dd29f63ca70d17954a67d17))
10+
11+
### 📚 Documentation
12+
13+
* Add required fields to Model schema and clean up application settings ([7338c28](https://github.com/inference-gateway/typescript-sdk/commit/7338c28c0b8dd67f2c0faefc758cc3344de5c9d6))
14+
15+
### 🔧 Miscellaneous
16+
17+
* **tests:** Format test ([9f121a7](https://github.com/inference-gateway/typescript-sdk/commit/9f121a742d33cd9fa2776dc5fdc5f229f898ccd0))
18+
519
## [0.5.0](https://github.com/inference-gateway/typescript-sdk/compare/v0.4.1...v0.5.0) (2025-04-26)
620

721
### ✨ Features

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