Skip to content

Commit 7e74206

Browse files
release: 0.3.0
1 parent 21d4b00 commit 7e74206

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.2.3"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.3.0 (2025-10-01)
4+
5+
Full Changelog: [v0.2.3...v0.3.0](https://github.com/meta-llama/llama-api-typescript/compare/v0.2.3...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([2bff115](https://github.com/meta-llama/llama-api-typescript/commit/2bff1156837e7923942b0b939e9adb485c7b529d))
10+
11+
12+
### Chores
13+
14+
* **internal:** remove .eslintcache ([799fffc](https://github.com/meta-llama/llama-api-typescript/commit/799fffca3fa679b29c8fb3c7ccdf8901d459cc2f))
15+
316
## 0.2.3 (2025-09-26)
417

518
Full Changelog: [v0.2.2...v0.2.3](https://github.com/meta-llama/llama-api-typescript/compare/v0.2.2...v0.2.3)

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.2.3",
3+
"version": "0.3.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.2.3'; // x-release-please-version
1+
export const VERSION = '0.3.0'; // x-release-please-version

0 commit comments

Comments
 (0)