Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 24e68bd

Browse files
Version Packages (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e71dd2 commit 24e68bd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/tough-wasps-peel.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ai-provider/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/cloudflare/workers-ai-provider/pull/21) [`6e71dd2`](https://github.com/cloudflare/workers-ai-provider/commit/6e71dd2ec07f573fac2700a195a8dcffc6a85495) Thanks [@andyjessop](https://github.com/andyjessop)! - Fixes tool calling for generateText
8+
39
## 0.0.11
410

511
### Patch Changes

packages/ai-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workers-ai-provider",
33
"description": "Workers AI Provider for the vercel AI SDK",
44
"type": "module",
5-
"version": "0.0.11",
5+
"version": "0.0.12",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"repository": {

0 commit comments

Comments
 (0)