Skip to content

v0.3.1

Choose a tag to compare

@bencered bencered released this 12 Mar 19:54
· 4 commits to main since this release

Fix broken v0.3.0 publish — the publish workflow was checking out main instead of the release tag, which caused the published package to include "prepare": "husky" instead of "prepare": "npm run build", breaking npx @carbon-copy/mcp.

Changes

  • Publish workflow now checks out the release tag
  • Added explicit files field to package.json so dist/ is always included