Skip to content

Commit 28b9401

Browse files
release: 1.8.0
1 parent 6a5526f commit 28b9401

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.4"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## 1.8.0 (2025-04-28)
4+
5+
Full Changelog: [v1.7.4...v1.8.0](https://github.com/lumalabs/lumaai-node/compare/v1.7.4...v1.8.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6a5526f](https://github.com/lumalabs/lumaai-node/commit/6a5526faea442741d66d3cf8bdc4f65f46bc5eb4))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([5a7ee06](https://github.com/lumalabs/lumaai-node/commit/5a7ee06c77b37ead47366ac55921556a910d0306))
15+
* **ci:** only use depot for staging repos ([af6abac](https://github.com/lumalabs/lumaai-node/commit/af6abac7554b973f35af5e50d1950dd9305447ec))
16+
* **internal:** codegen related update ([e378eda](https://github.com/lumalabs/lumaai-node/commit/e378eda576f538dc4eafe3dee085a51d0bc45a19))
17+
318
## 1.7.4 (2025-04-15)
419

520
Full Changelog: [v1.7.3...v1.7.4](https://github.com/lumalabs/lumaai-node/compare/v1.7.3...v1.7.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumaai",
3-
"version": "1.7.4",
3+
"version": "1.8.0",
44
"description": "The official TypeScript library for the LumaAI API",
55
"author": "LumaAI <support+api@lumalabs.ai>",
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 = '1.7.4'; // x-release-please-version
1+
export const VERSION = '1.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)