Skip to content

Commit d208a30

Browse files
release: 1.7.3
1 parent b38336a commit d208a30

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.7.2"
2+
".": "1.7.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.7.3 (2025-04-10)
4+
5+
Full Changelog: [v1.7.2...v1.7.3](https://github.com/lumalabs/lumaai-node/compare/v1.7.2...v1.7.3)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** remove unused tools.ts ([#111](https://github.com/lumalabs/lumaai-node/issues/111)) ([7735b57](https://github.com/lumalabs/lumaai-node/commit/7735b5757a3d49e304e33f66cbf3b929a6f9f5f5))
10+
11+
12+
### Chores
13+
14+
* **internal:** upload builds and expand CI branch coverage ([b38336a](https://github.com/lumalabs/lumaai-node/commit/b38336ac1a21faa12133030c16ac38122cc13a5c))
15+
316
## 1.7.2 (2025-04-04)
417

518
Full Changelog: [v1.7.1...v1.7.2](https://github.com/lumalabs/lumaai-node/compare/v1.7.1...v1.7.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.7.2",
3+
"version": "1.7.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.7.2'; // x-release-please-version
1+
export const VERSION = '1.7.3'; // x-release-please-version

0 commit comments

Comments
 (0)