@openfate/bazi-engine 1.1.1 → 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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfate/bazi-engine",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Accurate Four Pillars (八字) chart engine with True Solar Time correction, Da Yun cycles, and interaction detection. Extracted from the OpenFate.ai core engine.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "scripts": {
13
13
  "build": "tsc",
14
14
  "test": "node --import tsx --test tests/*.test.ts",
15
- "release": "npm version patch && git push --follow-tags",
15
+ "release": "npm version patch -m \"chore: release v%s [release]\" && git push --follow-tags",
16
16
  "prepublishOnly": "npm run build && npm run test"
17
17
  },
18
18
  "author": {