Skip to content

Commit e0feb4b

Browse files
chore(release): 0.1.6 [skip ci]
## [0.1.6](v0.1.5...v0.1.6) (2025-01-23) ### 🐛 Bug Fixes * update main and types paths in package.json ([f1faad3](f1faad3))
1 parent f1faad3 commit e0feb4b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.1.6](https://github.com/inference-gateway/typescript-sdk/compare/v0.1.5...v0.1.6) (2025-01-23)
2+
3+
### 🐛 Bug Fixes
4+
5+
* update main and types paths in package.json ([f1faad3](https://github.com/inference-gateway/typescript-sdk/commit/f1faad3e257891ae8f2a10729c396e1d30d1af96))
6+
17
## [0.1.5](https://github.com/inference-gateway/typescript-sdk/compare/v0.1.4...v0.1.5) (2025-01-23)
28

39
### 🐛 Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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