Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 9367f90

Browse files
release: 0.2.18
1 parent 4fff100 commit 9367f90

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.17"
2+
".": "0.2.18"
33
}

CHANGELOG.md

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

3+
## 0.2.18 (2025-08-09)
4+
5+
Full Changelog: [v0.2.17...v0.2.18](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.17...v0.2.18)
6+
7+
### Chores
8+
9+
* **internal:** move publish config ([e8eff1a](https://github.com/llamastack/llama-stack-client-typescript/commit/e8eff1a0c8853dff423d10f9701b26c24b8e904b))
10+
* **internal:** update comment in script ([4fff100](https://github.com/llamastack/llama-stack-client-typescript/commit/4fff100b23c168e986583d4b1a98303dbf0eba95))
11+
* update @stainless-api/prism-cli to v5.15.0 ([12e10b3](https://github.com/llamastack/llama-stack-client-typescript/commit/12e10b3610a405534328d835dc30d9b522cb1d31))
12+
313
## 0.2.17 (2025-08-06)
414

515
Full Changelog: [v0.2.15...v0.2.17](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.15...v0.2.17)

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.17",
3+
"version": "0.2.18",
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.17'; // x-release-please-version
1+
export const VERSION = '0.2.18'; // x-release-please-version

0 commit comments

Comments
 (0)