Skip to content

v0.3.2 - Hotfix: Update All Command

Choose a tag to compare

@ziggle-dev ziggle-dev released this 29 Jul 21:26
· 55 commits to main since this release
bb70dac

Hotfix

This release fixes a critical issue with the update all command introduced in v0.3.1.

Fixed

  • Fixed "registry.getTool is not a function" error when running clanker update
  • Moved update all logic to PackageManager class for better encapsulation
  • Resolved production build issue with dynamic imports

Installation

npm install -g @ziggler/clanker@0.3.2

Upgrading

If you already have v0.3.1 installed, you can use the new self-update feature:

clanker -U

Or update manually:

npm install -g @ziggler/clanker@latest