@foundation0/api 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foundation0/api",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Foundation 0 API",
5
5
  "type": "module",
6
6
  "bin": {
@@ -34,8 +34,8 @@
34
34
  "mcp": "bun run mcp/cli.ts",
35
35
  "test": "echo \"Error: no test specified\" && exit 1",
36
36
  "deploy": "pnpm publish --access public",
37
- "version:patch": "pnpm version patch",
38
- "version:minor": "pnpm version minor",
39
- "version:major": "pnpm version major"
37
+ "version:patch": "pnpm version patch && git commit -am \"Bump version to %s\"",
38
+ "version:minor": "pnpm version minor && git commit -am \"Bump version to %s\"",
39
+ "version:major": "pnpm version major && git commit -am \"Bump version to %s\""
40
40
  }
41
41
  }