v1.1.0 - Update Command with GitHub Integration
�� Update Process
The new update command:
- Checks current version from package.json
- Fetches latest release from GitHub API
- Compares versions to determine if update is needed
- Shows version info (current vs latest)
- Updates automatically if newer version exists
- Provides feedback about the update process
🐛 Bug Fixes
- Fixed update command to check actual latest version
- Improved error handling for network issues
- Better user feedback during update process
📈 What Changed
- Before: Update command used
npm install -g openbook-cli@latest - After: Update command checks GitHub releases and installs specific version