Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @runpod/typescript-api-sdk

## 0.1.1

### Patch Changes

- Update the README installation instructions now that the SDK is available on npm.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These alternatives let an agent manage Runpod without integrating this SDK.

## Install from npm

Once the first release is published, install the SDK in your app:
Install the SDK in your app:

```bash
npm install @runpod/typescript-api-sdk
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": "@runpod/typescript-api-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript SDK for the RunPod v2 REST API, generated from the OpenAPI spec",
"license": "MIT",
"homepage": "https://api.runpod.io/v2/docs",
Expand Down
Loading