Skip to content

Commit 9270191

Browse files
chore(release): 0.1.5 [skip ci]
## [0.1.5](v0.1.4...v0.1.5) (2025-01-23) ### 🐛 Bug Fixes * bump version to 0.1.4 in package.json ([437cbc1](437cbc1)) * update release assets to include package.json and package-lock.json ([176b52f](176b52f))
1 parent 437cbc1 commit 9270191

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.5](https://github.com/inference-gateway/typescript-sdk/compare/v0.1.4...v0.1.5) (2025-01-23)
2+
3+
### 🐛 Bug Fixes
4+
5+
* bump version to 0.1.4 in package.json ([437cbc1](https://github.com/inference-gateway/typescript-sdk/commit/437cbc100c970852eaa7ff07b89aa0907829b819))
6+
* update release assets to include package.json and package-lock.json ([176b52f](https://github.com/inference-gateway/typescript-sdk/commit/176b52f352c577f34e0e6be05557348f573ec94e))
7+
18
## [0.1.4](https://github.com/inference-gateway/typescript-sdk/compare/v0.1.3...v0.1.4) (2025-01-23)
29

310
### 🔧 Miscellaneous

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.4",
3+
"version": "0.1.5",
44
"description": "An SDK written in Typescript for the [Inference Gateway](https://github.com/inference-gateway/inference-gateway).",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)