Skip to content

Commit b07d828

Browse files
release: 1.1.0
1 parent 88bc72b commit b07d828

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.1.0"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 1.1.0 (2024-10-08)
4+
5+
Full Changelog: [v1.0.2...v1.1.0](https://github.com/lumalabs/lumaai-node/compare/v1.0.2...v1.1.0)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#33](https://github.com/lumalabs/lumaai-node/issues/33)) ([916f53a](https://github.com/lumalabs/lumaai-node/commit/916f53a5370a2cbf35130f4587250632c4f1e517))
10+
* **api:** OpenAPI spec update via Stainless API ([#36](https://github.com/lumalabs/lumaai-node/issues/36)) ([88bc72b](https://github.com/lumalabs/lumaai-node/commit/88bc72ba849b245b56d8aa6673982f8b0c75cdda))
11+
12+
13+
### Chores
14+
15+
* **internal:** codegen related update ([#34](https://github.com/lumalabs/lumaai-node/issues/34)) ([65424f8](https://github.com/lumalabs/lumaai-node/commit/65424f8795ad57348ee06fc05c51a432a6b5bf4c))
16+
* **internal:** codegen related update ([#35](https://github.com/lumalabs/lumaai-node/issues/35)) ([7e0aef2](https://github.com/lumalabs/lumaai-node/commit/7e0aef2c9ffa8416c53a4cfb1ac82f4aa32b8af4))
17+
* remove custom code ([8f1c2b5](https://github.com/lumalabs/lumaai-node/commit/8f1c2b5e5233ea929eb37d0f571ec80b7260fdda))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumaai",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "The official TypeScript library for the LumaAI API",
55
"author": "LumaAI <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.0.2'; // x-release-please-version
1+
export const VERSION = '1.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)