Skip to main content
Track updates, new features, and bug fixes across PM-Auto releases.

Current version

1.0.8 (Latest)

Current stable release of PM-Auto with core features: Features:
  • Define reusable package presets in JSON configuration
  • Support for npm, pnpm, yarn, and bun package managers
  • Interactive and non-interactive command handling
  • Install and uninstall presets with single commands
  • Dry-run mode for previewing commands
  • List and describe presets
  • Config path management
  • Custom flags and version specification per package
  • Development dependency support
Commands:
  • pm-auto install - Install preset packages
  • pm-auto uninstall - Remove preset packages
  • pm-auto list - List all presets
  • pm-auto describe - Show preset details
  • pm-auto config - Set config file path
  • pm-auto config-path - Show current config path

Check your version

To check which version of PM-Auto you have installed:
pm-auto -V
Or view full version info:
pm-auto --version

Update PM-Auto

To update to the latest version:
npm update -g pm-auto
Verify the update:
pm-auto -V

Release history

For detailed release notes and historical versions, visit:

GitHub Releases

View all releases, download specific versions, and see detailed changelogs

Breaking changes

Currently there are no documented breaking changes between versions. Future breaking changes will be clearly marked here.

Upgrade guide

When upgrading PM-Auto:
  1. Check the release notes for any breaking changes
  2. Update globally:
    npm update -g pm-auto
    
  3. Verify your config still works:
    pm-auto list
    
  4. Test with dry-run:
    pm-auto install <preset-name> --dry-run
    

Roadmap

Upcoming features being considered:
  • Plugin system for custom package managers
  • Config validation command
  • Template presets library
  • Multi-config support
  • Interactive preset builder
Feature requests and suggestions are welcome on GitHub Issues.

Version support

Supported versions:
  • 1.0.x - Current stable release (actively maintained)
Requirements:
  • Node.js 14 or higher
  • One of: npm, pnpm, yarn 2+, or bun

Stay updated

To stay informed about new releases:
  1. Watch the repository on GitHub for release notifications
  2. Check this changelog before updating
  3. Review migration guides for major version updates

Previous versions

Detailed changelogs for versions prior to 1.0.8 are available on the GitHub Releases page.To install a specific version:
npm install -g [email protected]

Build docs developers (and LLMs) love