Skip to content

Commit 573a359

Browse files
chore: version packages (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9514d33 commit 573a359

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/improve-error-handling.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @runpod/ai-sdk-provider
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 9514d33: Improve error message extraction from Runpod API responses. Users now see actual error messages from the API instead of generic fallbacks like "Unknown error". The error handler extracts nested JSON messages from image API errors and properly surfaces all error details.
8+
39
## 0.8.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runpod/ai-sdk-provider",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)