Skip to content

Commit 91f64af

Browse files
release: 1.15.1
1 parent fbd0ec2 commit 91f64af

4 files changed

Lines changed: 20 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.15.0"
2+
".": "1.15.1"
33
}

CHANGELOG.md

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

3+
## 1.15.1 (2025-07-10)
4+
5+
Full Changelog: [v1.15.0...v1.15.1](https://github.com/lumalabs/lumaai-node/compare/v1.15.0...v1.15.1)
6+
7+
### Bug Fixes
8+
9+
* **ci:** release-doctor — report correct token name ([a8cfea2](https://github.com/lumalabs/lumaai-node/commit/a8cfea2e5739b6714f294d8d9a07d704e8fd6cce))
10+
* **client:** don't send `Content-Type` for bodyless methods ([228891d](https://github.com/lumalabs/lumaai-node/commit/228891dbd258c47f2747907f6e3adafebd8df94a))
11+
12+
13+
### Chores
14+
15+
* **ci:** only run for pushes and fork pull requests ([e8a329c](https://github.com/lumalabs/lumaai-node/commit/e8a329c134e8b1c604f4e90c12d63ea4045ef917))
16+
* make some internal functions async ([fbd0ec2](https://github.com/lumalabs/lumaai-node/commit/fbd0ec254128b0318a0a2447dfef19dc4118cb35))
17+
* mention unit type in timeout docs ([bcf08e0](https://github.com/lumalabs/lumaai-node/commit/bcf08e059db96ca45fc7c0425eeeb9dd262acbbd))
18+
* remove custom code ([4e255d9](https://github.com/lumalabs/lumaai-node/commit/4e255d9627bc6fd2931c173a755628bc2119cc80))
19+
320
## 1.15.0 (2025-06-25)
421

522
Full Changelog: [v1.14.0...v1.15.0](https://github.com/lumalabs/lumaai-node/compare/v1.14.0...v1.15.0)

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

0 commit comments

Comments
 (0)