Skip to content

Commit 6851a67

Browse files
release: 0.2.19-alpha.1
1 parent c000af0 commit 6851a67

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.18-alpha.3"
2+
".": "0.2.19-alpha.1"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 0.2.19-alpha.1 (2025-08-26)
4+
5+
Full Changelog: [v0.2.18-alpha.3...v0.2.19-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.18-alpha.3...v0.2.19-alpha.1)
6+
7+
### Features
8+
9+
* **api:** fix completion response breakage perhaps? ([8afb71e](https://github.com/llamastack/llama-stack-client-typescript/commit/8afb71e178fc6d76549cfb24a3ef93915f8bb402))
10+
* **api:** manual updates ([6124969](https://github.com/llamastack/llama-stack-client-typescript/commit/61249693bae9649d586cf6aab3fbebd9529c7f2b))
11+
* **api:** manual updates ([58379c6](https://github.com/llamastack/llama-stack-client-typescript/commit/58379c6961ac0af1296f016fe05a9713c799f623))
12+
* **api:** query_metrics, batches, changes ([8d3d366](https://github.com/llamastack/llama-stack-client-typescript/commit/8d3d366c7ed4bab6936f15668851d9ec9db77a2b))
13+
* **api:** some updates to query metrics ([2434aea](https://github.com/llamastack/llama-stack-client-typescript/commit/2434aeaf2386f934b01491dfdc96463e2bb07bdd))
14+
15+
16+
### Chores
17+
18+
* **deps:** update dependency node-fetch to v2.6.13 ([4d1ef8f](https://github.com/llamastack/llama-stack-client-typescript/commit/4d1ef8fb5e58927d2c2b80d21a95e6b53153ba6d))
19+
* **internal:** formatting change ([6ea2c4e](https://github.com/llamastack/llama-stack-client-typescript/commit/6ea2c4e31d861f23aa5b2cc36664a6d48623e881))
20+
* **internal:** formatting change ([2221870](https://github.com/llamastack/llama-stack-client-typescript/commit/2221870d728ed08ddf10c2f037784ab67005df43))
21+
* update ([3a17e19](https://github.com/llamastack/llama-stack-client-typescript/commit/3a17e196b631a62ac1642b67a6dbd8ada0bb5244))
22+
* update CI script ([bff686d](https://github.com/llamastack/llama-stack-client-typescript/commit/bff686d2311e714ab5f082304c0d8e865990f29e))
23+
24+
25+
### Build System
26+
27+
* Bump version to 0.2.18 ([7549391](https://github.com/llamastack/llama-stack-client-typescript/commit/754939187da2726e54d902241747351d120f5174))
28+
329
## 0.2.18-alpha.3 (2025-08-14)
430

531
Full Changelog: [v0.2.17...v0.2.18-alpha.3](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.17...v0.2.18-alpha.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-stack-client",
3-
"version": "0.2.18-alpha.3",
3+
"version": "0.2.19-alpha.1",
44
"description": "The official TypeScript library for the Llama Stack Client API",
55
"author": "Llama Stack Client <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.2.18-alpha.3'; // x-release-please-version
1+
export const VERSION = '0.2.19-alpha.1'; // x-release-please-version

0 commit comments

Comments
 (0)