File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-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-07-08)
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
+ ### Chores
8
+
9
+ * add examples ([ 14264be] ( https://github.com/meta-llama/llama-api-typescript/commit/14264be48f53f82bff1f20c915f8e271995d8da3 ) )
10
+ * sync repo ([ fbc5e39] ( https://github.com/meta-llama/llama-api-typescript/commit/fbc5e39ababdd87df5179d2c1c3124aa6ce2ac9c ) )
11
+ * update SDK settings ([ 742ce20] ( https://github.com/meta-llama/llama-api-typescript/commit/742ce2097615cb43e8e15733a0622c0582122ddd ) )
12
+
13
+
14
+ ### Documentation
15
+
16
+ * code of conduct ([ 051994b] ( https://github.com/meta-llama/llama-api-typescript/commit/051994bbedf0f92ba127c93a7adc2015b193f824 ) )
17
+ * 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 <support@llama.developer.meta.com>" ,
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