diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4a843ed --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# ollama-ai-provider + +## 0.1.0 + +### Patch Changes + +- First public release diff --git a/package.json b/package.json index 69c48b9..d1b637d 100644 --- a/package.json +++ b/package.json @@ -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",