Skip to content

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 4, 2024
1 parent f95d613 commit 3ab42c5
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
{
".": "1.1.0"
".": "1.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.0 (2024-10-04)

Full Changelog: [v1.1.0...v1.2.0](https://github.com/runwayml/sdk-node/compare/v1.1.0...v1.2.0)

### Features

* **api:** update via SDK Studio ([#18](https://github.com/runwayml/sdk-node/issues/18)) ([5840075](https://github.com/runwayml/sdk-node/commit/5840075e4df7553a26599cdbf16b4c978194a14d))


### Chores

* **internal:** codegen related update ([#20](https://github.com/runwayml/sdk-node/issues/20)) ([a16d214](https://github.com/runwayml/sdk-node/commit/a16d2145326760698ecbeff0d2141c0089690c00))
* **internal:** codegen related update ([#21](https://github.com/runwayml/sdk-node/issues/21)) ([57084bb](https://github.com/runwayml/sdk-node/commit/57084bbb65f445e06ca31155a1909dd6d3004f69))

## 1.1.0 (2024-09-19)

Full Changelog: [v1.0.0...v1.1.0](https://github.com/runwayml/sdk-node/compare/v1.0.0...v1.1.0)
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": "@runwayml/sdk",
"version": "1.1.0",
"version": "1.2.0",
"description": "The official TypeScript library for the RunwayML API",
"author": "RunwayML <[email protected]>",
"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 = '1.1.0'; // x-release-please-version
export const VERSION = '1.2.0'; // x-release-please-version

0 comments on commit 3ab42c5

Please sign in to comment.