Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Sep 16, 2024
1 parent 31681bf commit 81e5a5c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 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"
".": "0.1.0-alpha.1"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 0.1.0-alpha.1 (2024-09-16)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/runwayml/sdk-node/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* **api:** update via SDK Studio ([066deb5](https://github.com/runwayml/sdk-node/commit/066deb57fb55b0ca92e994f8ad16a618d84b0d16))
* **api:** update via SDK Studio ([098e240](https://github.com/runwayml/sdk-node/commit/098e2405b65807563b7dc7da2e3c56d343931bb7))


### Chores

* go live ([#1](https://github.com/runwayml/sdk-node/issues/1)) ([449f5b6](https://github.com/runwayml/sdk-node/commit/449f5b62ef152a10cdf801b8d5c9c1210dcade6f))
* **internal:** codegen related update ([d7fc06e](https://github.com/runwayml/sdk-node/commit/d7fc06e345811d4ad04ea9113974f849b874004a))
* **internal:** codegen related update ([af1190c](https://github.com/runwayml/sdk-node/commit/af1190c7fabd201fce1cc448407d161b7a982280))


### Documentation

* update CONTRIBUTING.md ([c86786d](https://github.com/runwayml/sdk-node/commit/c86786d6ba662f2f7a131fd00c0d659b306cdea5))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runwayml",
"version": "0.0.1-alpha.0",
"version": "0.1.0-alpha.1",
"description": "The official TypeScript library for the RunwayML API",
"author": "RunwayML <dev-feedback@runwayml.com>",
"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 = '0.1.0-alpha.1'; // x-release-please-version

0 comments on commit 81e5a5c

Please sign in to comment.