Skip to content

Commit 1091ab2

Browse files
release: 0.1.3
1 parent d214c13 commit 1091ab2

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 0.1.3 (2025-08-12)
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+
### Bug Fixes
8+
9+
* **api:** remove chat completion request model ([0f430fd](https://github.com/meta-llama/llama-api-typescript/commit/0f430fdbe2d9c6fb632c04b00426a18be3eb896b))
10+
11+
12+
### Chores
13+
14+
* add examples ([14264be](https://github.com/meta-llama/llama-api-typescript/commit/14264be48f53f82bff1f20c915f8e271995d8da3))
15+
* **internal:** codegen related update ([d214c13](https://github.com/meta-llama/llama-api-typescript/commit/d214c13dfeaf5e828529dac2cd71fcd7a00abc5f))
16+
* **internal:** move publish config ([89f5ba7](https://github.com/meta-llama/llama-api-typescript/commit/89f5ba7ea74b934de457ffb78f609803ecaae576))
17+
* **internal:** remove redundant imports config ([dcc16cf](https://github.com/meta-llama/llama-api-typescript/commit/dcc16cfbe81c0b00ec68f2f236aa90ac9d115e25))
18+
* **internal:** update comment in script ([4b6a798](https://github.com/meta-llama/llama-api-typescript/commit/4b6a798a07511dd7d2d505a95b16a7b50b943ede))
19+
* make some internal functions async ([03b22bf](https://github.com/meta-llama/llama-api-typescript/commit/03b22bf016daaf76d74b81ff9886be9053844476))
20+
* sync repo ([fbc5e39](https://github.com/meta-llama/llama-api-typescript/commit/fbc5e39ababdd87df5179d2c1c3124aa6ce2ac9c))
21+
* **ts:** reorder package.json imports ([9ab7974](https://github.com/meta-llama/llama-api-typescript/commit/9ab797439fbd8847ab24fa8669e47dc1a704de51))
22+
* update @stainless-api/prism-cli to v5.15.0 ([a0b275e](https://github.com/meta-llama/llama-api-typescript/commit/a0b275e339427ff8e9fb7b2cce03dfcafaf73286))
23+
* update SDK settings ([742ce20](https://github.com/meta-llama/llama-api-typescript/commit/742ce2097615cb43e8e15733a0622c0582122ddd))
24+
25+
26+
### Documentation
27+
28+
* code of conduct ([051994b](https://github.com/meta-llama/llama-api-typescript/commit/051994bbedf0f92ba127c93a7adc2015b193f824))
29+
* license ([822b89e](https://github.com/meta-llama/llama-api-typescript/commit/822b89efc5e796b9f9031d345d5104247baca864))

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.2",
3+
"version": "0.1.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.1.2'; // x-release-please-version
1+
export const VERSION = '0.1.3'; // x-release-please-version

0 commit comments

Comments
 (0)