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 11{
2- "." : " 0.1.5 "
2+ "." : " 0.2.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2025-08-23)
4+
5+ Full Changelog: [ v0.1.5...v0.2.0] ( https://github.com/meta-llama/llama-api-typescript/compare/v0.1.5...v0.2.0 )
6+
7+ ### Features
8+
9+ * ** mcp:** add code execution tool ([ 9e72409] ( https://github.com/meta-llama/llama-api-typescript/commit/9e72409e9733834fef300693b79bf7cf13506f66 ) )
10+
11+
12+ ### Chores
13+
14+ * add package to package.json ([ 5a0ff68] ( https://github.com/meta-llama/llama-api-typescript/commit/5a0ff68bee3ca23debc141ee714480f4275338f1 ) )
15+ * ** client:** qualify global Blob ([ ec13a74] ( https://github.com/meta-llama/llama-api-typescript/commit/ec13a749bb8be01f0ed685cf76a88b5d8af28181 ) )
16+ * ** deps:** update dependency @types/node to v20.17.58 ([ 69d5447] ( https://github.com/meta-llama/llama-api-typescript/commit/69d5447e462c32017d1f693a74045ef52645b7c5 ) )
17+ * ** internal:** formatting change ([ cc8da4d] ( https://github.com/meta-llama/llama-api-typescript/commit/cc8da4d239d7221c8db5c9482b36349f07db2d48 ) )
18+ * update CI script ([ 8bad679] ( https://github.com/meta-llama/llama-api-typescript/commit/8bad6792313b36c236bfe6020c533bd8dd517d8c ) )
19+
320## 0.1.5 (2025-08-13)
421
522Full Changelog: [ v0.1.4...v0.1.5] ( https://github.com/meta-llama/llama-api-typescript/compare/v0.1.4...v0.1.5 )
Original file line number Diff line number Diff line change 11{
22 "name" : " llama-api-client" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " The official TypeScript library for the Llama API Client API" ,
55 "author" : " Llama API Client <support@llama.developer.meta.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.5 ' ; // x-release-please-version
1+ export const VERSION = '0.2.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments