Skip to content

Commit 6c13697

Browse files
release: 0.2.3
1 parent 4fc01a4 commit 6c13697

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.2.2"
2+
".": "0.2.3"
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.3 (2025-09-26)
4+
5+
Full Changelog: [v0.2.2...v0.2.3](https://github.com/meta-llama/llama-api-typescript/compare/v0.2.2...v0.2.3)
6+
7+
### Performance Improvements
8+
9+
* faster formatting ([12ccb56](https://github.com/meta-llama/llama-api-typescript/commit/12ccb565d1db1013a78fb0dc9dcac63a8b3468e6))
10+
11+
12+
### Chores
13+
14+
* do not install brew dependencies in ./scripts/bootstrap by default ([c34a02b](https://github.com/meta-llama/llama-api-typescript/commit/c34a02bceeea424083b69374d7388dc09c0e5349))
15+
* **internal:** codegen related update ([6741d52](https://github.com/meta-llama/llama-api-typescript/commit/6741d522aa8457ed9c2bec4e6807a51ca7909c7f))
16+
* **internal:** fix incremental formatting in some cases ([28b4b8b](https://github.com/meta-llama/llama-api-typescript/commit/28b4b8b8956a67c0261d38a79f16afb5a832df54))
17+
* **internal:** ignore .eslintcache ([73e684d](https://github.com/meta-llama/llama-api-typescript/commit/73e684d8ff062fd5e9d6b24636207089cd0a3c9b))
18+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([f77cba7](https://github.com/meta-llama/llama-api-typescript/commit/f77cba7e13e1c7420e065b497413987529502e76))
19+
320
## 0.2.2 (2025-09-08)
421

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

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.2",
3+
"version": "0.2.3",
44
"description": "The official TypeScript library for the Llama API Client API",
55
"author": "Llama API Client <[email protected]>",
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.2'; // x-release-please-version
1+
export const VERSION = '0.2.3'; // x-release-please-version

0 commit comments

Comments
 (0)