Skip to content

Commit

Permalink
chore: prepare first release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed May 5, 2024
1 parent 178af5f commit 3420845
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ollama-ai-provider

## 0.1.0

### Patch Changes

- First public release
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
],
"scripts": {
"build": "tsup",
"changeset": "changeset",
"clean": "rm -rf dist",
"dev": "tsup --watch",
"prepare": "husky",
"lint": "eslint \"./**/*.ts*\"",
"type-check": "tsc --noEmit",
"prettier-check": "prettier --check \"./**/*.ts*\"",
"test": "pnpm test:node && pnpm test:edge",
"test:edge": "vitest --config vitest.edge.config.js --run",
"test:node": "vitest --config vitest.node.config.js --run",
"prepare": "husky"
"ci:release": "pnpm clean && pnpm build && changeset publish",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile"
},
"keywords": [
"ai",
Expand Down

0 comments on commit 3420845

Please sign in to comment.