Skip to content

Commit 51d3b18

Browse files
chore: version packages (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd27960 commit 51d3b18

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/flexible-model-ids.md

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

.changeset/poor-doodles-train.md

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

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 2394ad6: Accept any model ID string and automatically derive endpoints for unknown models instead of throwing validation errors. Known models use hardcoded endpoint mappings. Added support for IBM Granite models.
8+
9+
### Patch Changes
10+
11+
- 9520f2a: chore: removed deep-cogito
12+
313
## 0.7.0
414

515
### 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.7.0",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)