Skip to content

Commit 0b93c2d

Browse files
release: 1.16.1
1 parent ac4fcec commit 0b93c2d

4 files changed

Lines changed: 13 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.16.0"
2+
".": "1.16.1"
33
}

CHANGELOG.md

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

3+
## 1.16.1 (2025-08-09)
4+
5+
Full Changelog: [v1.16.0...v1.16.1](https://github.com/lumalabs/lumaai-node/compare/v1.16.0...v1.16.1)
6+
7+
### Chores
8+
9+
* **internal:** move publish config ([af67bfc](https://github.com/lumalabs/lumaai-node/commit/af67bfc068d9db1fd11c628ef589d8fac6fb894a))
10+
* **internal:** remove redundant imports config ([3166af3](https://github.com/lumalabs/lumaai-node/commit/3166af33d408d365f1867f416cf229a70234667b))
11+
* update @stainless-api/prism-cli to v5.15.0 ([ac4fcec](https://github.com/lumalabs/lumaai-node/commit/ac4fcec610a1a230eeb2b4f5a1f59b60abd9037d))
12+
313
## 1.16.0 (2025-07-11)
414

515
Full Changelog: [v1.15.1...v1.16.0](https://github.com/lumalabs/lumaai-node/compare/v1.15.1...v1.16.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.16.0",
3+
"version": "1.16.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.16.0'; // x-release-please-version
1+
export const VERSION = '1.16.1'; // x-release-please-version

0 commit comments

Comments
 (0)