File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.2 "
2
+ "." : " 0.1.3 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.3 (2025-08-09)
4
+
5
+ Full Changelog: [ v0.1.2...v0.1.3] ( https://github.com/meta-llama/llama-api-typescript/compare/v0.1.2...v0.1.3 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** api:** remove chat completion request model ([ 0f430fd] ( https://github.com/meta-llama/llama-api-typescript/commit/0f430fdbe2d9c6fb632c04b00426a18be3eb896b ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * add examples ([ 14264be] ( https://github.com/meta-llama/llama-api-typescript/commit/14264be48f53f82bff1f20c915f8e271995d8da3 ) )
15
+ * ** internal:** move publish config ([ 89f5ba7] ( https://github.com/meta-llama/llama-api-typescript/commit/89f5ba7ea74b934de457ffb78f609803ecaae576 ) )
16
+ * ** internal:** remove redundant imports config ([ dcc16cf] ( https://github.com/meta-llama/llama-api-typescript/commit/dcc16cfbe81c0b00ec68f2f236aa90ac9d115e25 ) )
17
+ * make some internal functions async ([ 03b22bf] ( https://github.com/meta-llama/llama-api-typescript/commit/03b22bf016daaf76d74b81ff9886be9053844476 ) )
18
+ * sync repo ([ fbc5e39] ( https://github.com/meta-llama/llama-api-typescript/commit/fbc5e39ababdd87df5179d2c1c3124aa6ce2ac9c ) )
19
+ * ** ts:** reorder package.json imports ([ 9ab7974] ( https://github.com/meta-llama/llama-api-typescript/commit/9ab797439fbd8847ab24fa8669e47dc1a704de51 ) )
20
+ * update @stainless-api/prism-cli to v5.15.0 ([ a0b275e] ( https://github.com/meta-llama/llama-api-typescript/commit/a0b275e339427ff8e9fb7b2cce03dfcafaf73286 ) )
21
+ * update SDK settings ([ 742ce20] ( https://github.com/meta-llama/llama-api-typescript/commit/742ce2097615cb43e8e15733a0622c0582122ddd ) )
22
+
23
+
24
+ ### Documentation
25
+
26
+ * code of conduct ([ 051994b] ( https://github.com/meta-llama/llama-api-typescript/commit/051994bbedf0f92ba127c93a7adc2015b193f824 ) )
27
+ * license ([ 822b89e] ( https://github.com/meta-llama/llama-api-typescript/commit/822b89efc5e796b9f9031d345d5104247baca864 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " llama-api-client" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " The official TypeScript library for the Llama API Client API" ,
5
5
"author" :
" Llama API 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.1.2 ' ; // x-release-please-version
1
+ export const VERSION = '0.1.3 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments