Skip to content

Commit 911324b

Browse files
release: 1.15.1
1 parent bcf08e0 commit 911324b

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.15.0"
2+
".": "1.15.1"
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.15.1 (2025-07-03)
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+
11+
12+
### Chores
13+
14+
* **ci:** only run for pushes and fork pull requests ([e8a329c](https://github.com/lumalabs/lumaai-node/commit/e8a329c134e8b1c604f4e90c12d63ea4045ef917))
15+
* mention unit type in timeout docs ([bcf08e0](https://github.com/lumalabs/lumaai-node/commit/bcf08e059db96ca45fc7c0425eeeb9dd262acbbd))
16+
* remove custom code ([4e255d9](https://github.com/lumalabs/lumaai-node/commit/4e255d9627bc6fd2931c173a755628bc2119cc80))
17+
318
## 1.15.0 (2025-06-25)
419

520
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)