Skip to content

Commit dd1341b

Browse files
release: 1.7.2
1 parent 01c1441 commit dd1341b

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.1"
2+
".": "1.7.2"
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.2 (2025-04-03)
4+
5+
Full Changelog: [v1.7.1...v1.7.2](https://github.com/lumalabs/lumaai-node/compare/v1.7.1...v1.7.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** send `X-Stainless-Timeout` in seconds ([#107](https://github.com/lumalabs/lumaai-node/issues/107)) ([01c1441](https://github.com/lumalabs/lumaai-node/commit/01c1441a0f1445fe2a53d0879b3c4fce16f48918))
10+
* **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#104](https://github.com/lumalabs/lumaai-node/issues/104)) ([8f853dd](https://github.com/lumalabs/lumaai-node/commit/8f853dd8471237b847b2bc92aa0a4c5a39ebf1a8))
11+
312
## 1.7.1 (2025-03-27)
413

514
Full Changelog: [v1.7.0...v1.7.1](https://github.com/lumalabs/lumaai-node/compare/v1.7.0...v1.7.1)

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

0 commit comments

Comments
 (0)