Skip to content

Commit b6424a9

Browse files
release: 1.7.4
1 parent 5ad3bcd commit b6424a9

4 files changed

Lines changed: 11 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.3"
2+
".": "1.7.4"
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+
## 1.7.4 (2025-04-15)
4+
5+
Full Changelog: [v1.7.3...v1.7.4](https://github.com/lumalabs/lumaai-node/compare/v1.7.3...v1.7.4)
6+
7+
### Chores
8+
9+
* **client:** minor internal fixes ([5ad3bcd](https://github.com/lumalabs/lumaai-node/commit/5ad3bcdcd3206ce295d43aa540f1a23ae492ad86))
10+
311
## 1.7.3 (2025-04-10)
412

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

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

0 commit comments

Comments
 (0)