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 +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1-alpha.0 "
2+ "." : " 0.0.1-alpha.1 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.0.1-alpha.1 (2025-05-31)
4+
5+ Full Changelog: [ v0.0.1-alpha.0...v0.0.1-alpha.1] ( https://github.com/llamastack/llama-stack-client-typescript/compare/v0.0.1-alpha.0...v0.0.1-alpha.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** always overwrite when merging headers ([ 31ec06d] ( https://github.com/llamastack/llama-stack-client-typescript/commit/31ec06d09d5143cb2b545114a9436059e06e78d4 ) )
10+ * compat with more runtimes ([ 625a6db] ( https://github.com/llamastack/llama-stack-client-typescript/commit/625a6db4c7d07936c854cbddc17b859290f9f2c4 ) )
11+
12+
13+ ### Chores
14+
15+ * ** deps:** bump eslint-plugin-prettier ([ 1041139] ( https://github.com/llamastack/llama-stack-client-typescript/commit/104113998e2c3412112a49d75596c4496d58fd43 ) )
16+ * ** docs:** grammar improvements ([ 461216e] ( https://github.com/llamastack/llama-stack-client-typescript/commit/461216eaac75ed802adb8cda21d5f88498fbadcc ) )
17+ * improve publish-npm script --latest tag logic ([ 5dd9d90] ( https://github.com/llamastack/llama-stack-client-typescript/commit/5dd9d9031ded40d4d20ef3fb2aa101f743f7b593 ) )
18+ * ** package:** remove engines ([ 6066770] ( https://github.com/llamastack/llama-stack-client-typescript/commit/6066770fb1c17521dcdc2237156ba88b42beed94 ) )
19+ * update SDK settings ([ e7d2cfc] ( https://github.com/llamastack/llama-stack-client-typescript/commit/e7d2cfcc355eb5990ef5e750cb18ace391e75b5b ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " llama-stack-client" ,
3- "version" : " 0.0.1-alpha.0 " ,
3+ "version" : " 0.0.1-alpha.1 " ,
44 "description" : " The official TypeScript library for the Llama Stack Client API" ,
55 "author" : " Llama Stack Client <>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.0.1-alpha.0 ' ; // x-release-please-version
1+ export const VERSION = '0.0.1-alpha.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments