Skip to content

Commit

Permalink
chore: release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio committed Aug 8, 2024
1 parent 9c78c8a commit 2c2ed4d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-emus-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-chefs-add.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# chrome-ai

## 1.10.0

### Minor Changes

- 70ce881: feat: support vercel ai sdk 3.3 and new chrome prompt api

### Patch Changes

- d1f4727: feat: improve structured output

## 1.9.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "chrome-ai",
"description": "Vercel AI provider for Chrome built-in model (Gemini Nano)",
"version": "1.9.1",
"version": "1.10.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand All @@ -30,7 +31,6 @@
"ui:add": "shadcn-ui add --overwrite",
"demo": "next dev",
"lint": "next lint",
"prepublishOnly": "npm run build",
"changeset": "changeset",
"release:prepare": "npm run lint && npm run test:ci && npm run build",
"release": "npm run release:prepare && changeset version && changeset publish"
Expand Down Expand Up @@ -91,7 +91,7 @@
"tailwindcss": "^3.4.8",
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript": "^5",
"vaul": "^0.9.1",
"vercel": "^35.2.3",
"vitest": "^2.0.5",
Expand Down

0 comments on commit 2c2ed4d

Please sign in to comment.