This repository was archived by the owner on Aug 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.2.17 "
2
+ "." : " 0.2.18 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## 0.2.17 (2025-08-06)
4
14
5
15
Full Changelog: [ v0.2.15...v0.2.17] ( https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.15...v0.2.17 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " llama-stack-client" ,
3
- "version" : " 0.2.17 " ,
3
+ "version" : " 0.2.18 " ,
4
4
"description" : " The official TypeScript library for the Llama Stack Client API" ,
5
5
"author" :
" Llama Stack Client <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.2.17 ' ; // x-release-please-version
1
+ export const VERSION = '0.2.18 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments