Skip to content

Commit b6b0571

Browse files
committed
chore: update version to 0.1.1 and add changelog entries
1 parent 15aad3c commit b6b0571

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# qwen-ai-provider
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 06feb5c: - Fixed the onFinish hook token usage response
8+
- Updated the zod response scheme
9+
- Handle unsupported content parts in assistant messages
10+
311
## 0.1.0
412

513
### Minor Changes
614

715
- This release introduces several improvements and new features across the project:
8-
916
- Added support for chat, completion, and text embedding models with the introduction of `QwenChatLanguageModel`, `QwenCompletionLanguageModel`, and `QwenEmbeddingModel`.
1017
- Enabled the provider to construct and configure these models dynamically based on request parameters.
1118
- Integrated provider utilities to manage API key loading.
@@ -31,7 +38,6 @@
3138
### Patch Changes
3239

3340
- Initial release of qwen-ai-provider:
34-
3541
- Added QwenChatLanguageModel for chat completions
3642
- Added QwenCompletionLanguageModel for text completions
3743
- Added QwenEmbeddingModel for text embeddings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwen-ai-provider",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"packageManager": "pnpm@10.2.0",
55
"description": "Vercel AI Provider for running Qwen AI models",
66
"author": "Younis Ahmed <07430e0e-29c0-4a43-bcd0-c123714a124a@anonaddy.com>",

0 commit comments

Comments
 (0)