Skip to content

v2.7.5 - Version Display Fix

Choose a tag to compare

@bitjaru bitjaru released this 09 Jan 06:35
· 15 commits to main since this release

🔧 Bug Fix

  • Fixed version display: Init banner was showing v2.0 instead of actual version
  • Centralized version management: All version references now read from package.json
  • Added src/utils/version.ts as single source of truth for version info

Changes

  • src/utils/version.ts - New utility for centralized version management
  • src/commands/init.ts - Now uses VERSION from utility
  • src/index.ts - Now uses VERSION from utility

Install/Update

npm install -g codesyncer@latest