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

Commit db9bbbc

Browse files
Version Packages (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5bffa40 commit db9bbbc

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/quick-walls-check.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#41](https://github.com/cloudflare/workers-ai-provider/pull/41) [`5bffa40`](https://github.com/cloudflare/workers-ai-provider/commit/5bffa404bfa2f70487d1c663481201b6b202351c) Thanks [@andyjessop](https://github.com/andyjessop)! - feat: adds the ability to use the provider outside of the workerd environment by providing Cloudflare accountId/apiKey credentials.
8+
39
## 0.1.3
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.1.3",
5+
"version": "0.2.0",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"repository": {

0 commit comments

Comments
 (0)