Skip to content

Commit 1948720

Browse files
release: 0.1.5
1 parent 760ebdf commit 1948720

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.4"
2+
".": "0.1.5"
33
}

CHANGELOG.md

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

3+
## 0.1.5 (2025-08-13)
4+
5+
Full Changelog: [v0.1.4...v0.1.5](https://github.com/meta-llama/llama-api-typescript/compare/v0.1.4...v0.1.5)
6+
7+
### Chores
8+
9+
* update SDK settings ([c272cc4](https://github.com/meta-llama/llama-api-typescript/commit/c272cc4218d7ebf5b194043bf5b089c55a1e6bea))
10+
311
## 0.1.4 (2025-08-13)
412

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

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

0 commit comments

Comments
 (0)