Skip to content

Commit cc69ea2

Browse files
release: 0.1.0-alpha.3
1 parent b4b110d commit cc69ea2

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.3 (2024-09-18)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/runwayml/sdk-node/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([066deb5](https://github.com/runwayml/sdk-node/commit/066deb57fb55b0ca92e994f8ad16a618d84b0d16))
10+
* **api:** update via SDK Studio ([098e240](https://github.com/runwayml/sdk-node/commit/098e2405b65807563b7dc7da2e3c56d343931bb7))
11+
* **api:** update via SDK Studio ([#6](https://github.com/runwayml/sdk-node/issues/6)) ([3af37b9](https://github.com/runwayml/sdk-node/commit/3af37b946a4c3510ba540e63283d45599a42d7ad))
12+
13+
14+
### Bug Fixes
15+
16+
* **types:** remove leftover polyfill usage ([#10](https://github.com/runwayml/sdk-node/issues/10)) ([07e3a26](https://github.com/runwayml/sdk-node/commit/07e3a26ac3698057e0d19675bc62cb66051b1346))
17+
18+
19+
### Chores
20+
21+
* go live ([#1](https://github.com/runwayml/sdk-node/issues/1)) ([31681bf](https://github.com/runwayml/sdk-node/commit/31681bf4c11dddd043d1d520e047647ba0dcccb2))
22+
* go live ([#1](https://github.com/runwayml/sdk-node/issues/1)) ([449f5b6](https://github.com/runwayml/sdk-node/commit/449f5b62ef152a10cdf801b8d5c9c1210dcade6f))
23+
* **internal:** add dev dependency ([#9](https://github.com/runwayml/sdk-node/issues/9)) ([79ee1b6](https://github.com/runwayml/sdk-node/commit/79ee1b69e7646c461e35661d9758301e547d739a))
24+
* **internal:** codegen related update ([d7fc06e](https://github.com/runwayml/sdk-node/commit/d7fc06e345811d4ad04ea9113974f849b874004a))
25+
* **internal:** codegen related update ([af1190c](https://github.com/runwayml/sdk-node/commit/af1190c7fabd201fce1cc448407d161b7a982280))
26+
* update SDK settings ([#3](https://github.com/runwayml/sdk-node/issues/3)) ([8f505a6](https://github.com/runwayml/sdk-node/commit/8f505a6a454c83c1681285c43a6796d3c351ae3c))
27+
28+
29+
### Documentation
30+
31+
* update CONTRIBUTING.md ([c86786d](https://github.com/runwayml/sdk-node/commit/c86786d6ba662f2f7a131fd00c0d659b306cdea5))
32+
333
## 0.1.0-alpha.2 (2024-09-16)
434

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runwayml/sdk",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"description": "The official TypeScript library for the RunwayML API",
55
"author": "RunwayML <[email protected]>",
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 = '0.1.0-alpha.2'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.3'; // x-release-please-version

0 commit comments

Comments
 (0)