Skip to content

Commit 8df522d

Browse files
release: 1.8.3
1 parent 0e58ce8 commit 8df522d

4 files changed

Lines changed: 16 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.2"
2+
".": "1.8.3"
33
}

CHANGELOG.md

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

3+
## 1.8.3 (2025-05-07)
4+
5+
Full Changelog: [v1.8.2...v1.8.3](https://github.com/lumalabs/lumaai-node/compare/v1.8.2...v1.8.3)
6+
7+
### Chores
8+
9+
* **ci:** bump node version for release workflows ([0e58ce8](https://github.com/lumalabs/lumaai-node/commit/0e58ce8c9723fd1a29363d8bd0bba15182d78749))
10+
11+
12+
### Documentation
13+
14+
* **readme:** fix typo ([261cf6f](https://github.com/lumalabs/lumaai-node/commit/261cf6f114b89987d2e392e87d9022c60ee3a9c6))
15+
316
## 1.8.2 (2025-04-30)
417

518
Full Changelog: [v1.8.1...v1.8.2](https://github.com/lumalabs/lumaai-node/compare/v1.8.1...v1.8.2)

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

0 commit comments

Comments
 (0)