Skip to content

Commit fc71a94

Browse files
release: 0.1.3
1 parent a0b275e commit fc71a94

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 0.1.3 (2025-08-09)
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:** move publish config ([89f5ba7](https://github.com/meta-llama/llama-api-typescript/commit/89f5ba7ea74b934de457ffb78f609803ecaae576))
16+
* **internal:** remove redundant imports config ([dcc16cf](https://github.com/meta-llama/llama-api-typescript/commit/dcc16cfbe81c0b00ec68f2f236aa90ac9d115e25))
17+
* make some internal functions async ([03b22bf](https://github.com/meta-llama/llama-api-typescript/commit/03b22bf016daaf76d74b81ff9886be9053844476))
18+
* sync repo ([fbc5e39](https://github.com/meta-llama/llama-api-typescript/commit/fbc5e39ababdd87df5179d2c1c3124aa6ce2ac9c))
19+
* **ts:** reorder package.json imports ([9ab7974](https://github.com/meta-llama/llama-api-typescript/commit/9ab797439fbd8847ab24fa8669e47dc1a704de51))
20+
* update @stainless-api/prism-cli to v5.15.0 ([a0b275e](https://github.com/meta-llama/llama-api-typescript/commit/a0b275e339427ff8e9fb7b2cce03dfcafaf73286))
21+
* update SDK settings ([742ce20](https://github.com/meta-llama/llama-api-typescript/commit/742ce2097615cb43e8e15733a0622c0582122ddd))
22+
23+
24+
### Documentation
25+
26+
* code of conduct ([051994b](https://github.com/meta-llama/llama-api-typescript/commit/051994bbedf0f92ba127c93a7adc2015b193f824))
27+
* 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)