Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio committed Jun 25, 2024
1 parent 6b519ea commit ec9e334
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-parrots-crash.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- 6b519ea: feat: never transform prompt when user provide
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chrome-ai",
"description": "Vercel AI provider for Chrome built-in model (Gemini Nano)",
"version": "1.2.0",
"version": "1.4.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand All @@ -16,16 +16,24 @@
"build": "tsup --tsconfig=tsconfig.tsup.json",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:ci": "vitest --run",
"ui:add": "shadcn-ui add --overwrite",
"demo": "next dev",
"lint": "next lint",
"prepublishOnly": "npm run build"
"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"
},
"files": [
"dist"
],
"author": "jeasonstudio <[email protected]>",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@ai-sdk/provider": "^0.0.10",
"@radix-ui/react-dropdown-menu": "^2.1.0",
Expand Down

0 comments on commit ec9e334

Please sign in to comment.