Skip to content

Commit 0246f78

Browse files
chore(release): 🔖 0.7.2 [skip ci]
## [0.7.2](v0.7.1...v0.7.2) (2025-05-30) ### 📚 Documentation * Add more examples how to use this SDK ([#15](#15)) ([d771356](d771356)) ### 🔧 Miscellaneous * Add Docker-in-Docker feature to development container ([177e9f3](177e9f3)) * Remove MCP documentation references and update related instructions ([b33c08f](b33c08f))
1 parent d771356 commit 0246f78

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [0.7.2](https://github.com/inference-gateway/typescript-sdk/compare/v0.7.1...v0.7.2) (2025-05-30)
6+
7+
### 📚 Documentation
8+
9+
* Add more examples how to use this SDK ([#15](https://github.com/inference-gateway/typescript-sdk/issues/15)) ([d771356](https://github.com/inference-gateway/typescript-sdk/commit/d771356657279e63a1c4aaac6fe8370a277f08f6))
10+
11+
### 🔧 Miscellaneous
12+
13+
* Add Docker-in-Docker feature to development container ([177e9f3](https://github.com/inference-gateway/typescript-sdk/commit/177e9f341c7b0fa84d975c754986c75fe98887c9))
14+
* Remove MCP documentation references and update related instructions ([b33c08f](https://github.com/inference-gateway/typescript-sdk/commit/b33c08f2e1d1a9ae7e0c523f6f1733db86329d90))
15+
516
## [0.7.1](https://github.com/inference-gateway/typescript-sdk/compare/v0.7.0...v0.7.1) (2025-05-27)
617

718
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inference-gateway/sdk",
3-
"version": "0.7.1",
3+
"version": "0.7.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)