Skip to content

Commit 911338f

Browse files
release: 1.7.5
1 parent e378eda commit 911338f

4 files changed

Lines changed: 12 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.7.5"
33
}

CHANGELOG.md

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

3+
## 1.7.5 (2025-04-24)
4+
5+
Full Changelog: [v1.7.4...v1.7.5](https://github.com/lumalabs/lumaai-node/compare/v1.7.4...v1.7.5)
6+
7+
### Chores
8+
9+
* **ci:** add timeout thresholds for CI jobs ([5a7ee06](https://github.com/lumalabs/lumaai-node/commit/5a7ee06c77b37ead47366ac55921556a910d0306))
10+
* **internal:** codegen related update ([e378eda](https://github.com/lumalabs/lumaai-node/commit/e378eda576f538dc4eafe3dee085a51d0bc45a19))
11+
312
## 1.7.4 (2025-04-15)
413

514
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.7.5",
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.7.5'; // x-release-please-version

0 commit comments

Comments
 (0)