Skip to content

Commit 435f5a4

Browse files
release: 0.2.0
1 parent b2eb6ae commit 435f5a4

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

522
Full Changelog: [v0.1.4...v0.1.5](https://github.com/meta-llama/llama-api-typescript/compare/v0.1.4...v0.1.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.5'; // x-release-please-version
1+
export const VERSION = '0.2.0'; // x-release-please-version

0 commit comments

Comments
 (0)