Skip to content

Commit

Permalink
Merge pull request #14 from lumalabs/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…changes--next--components--lumaai

release: 1.0.0
  • Loading branch information
karanganesan authored Sep 16, 2024
2 parents 29409c8 + fa4aa0c commit 32acc22
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha.0"
".": "1.0.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 1.0.0 (2024-09-16)

Full Changelog: [v0.0.1-alpha.0...v1.0.0](https://github.com/lumalabs/lumaai-node/compare/v0.0.1-alpha.0...v1.0.0)

### Features

* **api:** OpenAPI spec update via Stainless API ([#11](https://github.com/lumalabs/lumaai-node/issues/11)) ([a342368](https://github.com/lumalabs/lumaai-node/commit/a3423681294f753fbe648f5384f9b17a4f87366d))
* **api:** OpenAPI spec update via Stainless API ([#13](https://github.com/lumalabs/lumaai-node/issues/13)) ([b4cfb42](https://github.com/lumalabs/lumaai-node/commit/b4cfb42beb0d18067d672561476eb0b55703791b))
* **api:** OpenAPI spec update via Stainless API ([#15](https://github.com/lumalabs/lumaai-node/issues/15)) ([4283a44](https://github.com/lumalabs/lumaai-node/commit/4283a44e8e416f8f1345db81f9be6dbab02e3437))
* **api:** OpenAPI spec update via Stainless API ([#16](https://github.com/lumalabs/lumaai-node/issues/16)) ([6435f3b](https://github.com/lumalabs/lumaai-node/commit/6435f3bbe196fa255415a2a26f82092606b7fe81))
* **api:** OpenAPI spec update via Stainless API ([#17](https://github.com/lumalabs/lumaai-node/issues/17)) ([5be7d2b](https://github.com/lumalabs/lumaai-node/commit/5be7d2b40ae9b48df550c06f6938e572e081fd79))
* **api:** OpenAPI spec update via Stainless API ([#18](https://github.com/lumalabs/lumaai-node/issues/18)) ([e196094](https://github.com/lumalabs/lumaai-node/commit/e196094a3a5f12124221684ffa959733541747d2))
* **api:** OpenAPI spec update via Stainless API ([#21](https://github.com/lumalabs/lumaai-node/issues/21)) ([bc7eec2](https://github.com/lumalabs/lumaai-node/commit/bc7eec2fffb0adbc3ff58c2b7d7aa40aa686c3ed))
* **api:** update via SDK Studio ([#9](https://github.com/lumalabs/lumaai-node/issues/9)) ([deddc2b](https://github.com/lumalabs/lumaai-node/commit/deddc2b9671a48580b8c8527b1f4658779cb5358))


### Chores

* **internal:** codegen related update ([#12](https://github.com/lumalabs/lumaai-node/issues/12)) ([f9cc64b](https://github.com/lumalabs/lumaai-node/commit/f9cc64b795d5bb0d9b32fdc8e68050344d5a4c2f))
* update SDK settings ([#20](https://github.com/lumalabs/lumaai-node/issues/20)) ([d58d77a](https://github.com/lumalabs/lumaai-node/commit/d58d77afdedaf89a4fe280a25c6035a1b27a385f))
* update SDK settings ([#22](https://github.com/lumalabs/lumaai-node/issues/22)) ([f0ff49a](https://github.com/lumalabs/lumaai-node/commit/f0ff49aa30552ec90f793e44a79f4a18a5f856f0))


### Documentation

* update CONTRIBUTING.md ([#19](https://github.com/lumalabs/lumaai-node/issues/19)) ([8d86fc9](https://github.com/lumalabs/lumaai-node/commit/8d86fc980add83d9a5e0109374b0d3cd512e5ac8))
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ The REST API documentation can be found on [lumalabs.ai](https://lumalabs.ai). T
## Installation

```sh
npm install git+ssh://git@github.com:lumalabs/lumaai-node.git
npm install lumaai
```

> [!NOTE]
> Once this package is [published to npm](https://app.stainlessapi.com/docs/guides/publish), this will become: `npm install lumaai`
## Usage

The full API of this library can be found in [api.md](api.md).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumaai",
"version": "0.0.1-alpha.0",
"version": "1.0.0",
"description": "The official TypeScript library for the Lumaai API",
"author": "Lumaai <support@lumalabs.ai>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.1-alpha.0'; // x-release-please-version
export const VERSION = '1.0.0'; // x-release-please-version

0 comments on commit 32acc22

Please sign in to comment.