Skip to content

Commit 4ae20d5

Browse files
release: 1.9.0
1 parent 4d5df2c commit 4ae20d5

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.8.0"
2+
".": "1.9.0"
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.9.0 (2025-04-28)
4+
5+
Full Changelog: [v1.8.0...v1.9.0](https://github.com/lumalabs/lumaai-node/compare/v1.8.0...v1.9.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4d5df2c](https://github.com/lumalabs/lumaai-node/commit/4d5df2c54036019632ec0f698a6bd07b1c94c0ba))
10+
311
## 1.8.0 (2025-04-28)
412

513
Full Changelog: [v1.7.4...v1.8.0](https://github.com/lumalabs/lumaai-node/compare/v1.7.4...v1.8.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.8.0",
3+
"version": "1.9.0",
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.8.0'; // x-release-please-version
1+
export const VERSION = '1.9.0'; // x-release-please-version

0 commit comments

Comments
 (0)