From 38805dabfd8ad511ea7c37b23ba2e8795fd5e4f8 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 14 Sep 2026 16:40:42 -0400 Subject: [PATCH] Prepare 0.1.1 release with published installation instructions --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a938131..c9a7718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f888735..b7d1f74 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index f4e3193..3326fa3 100644 --- a/package.json +++ b/package.json @@ -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",