Releases: matteosacchetto/rpi-headless-setup-helper
Releases · matteosacchetto/rpi-headless-setup-helper
v0.5.2
0.5.2 (2024-10-21)
Dependencies updated
- @inquirer/confirm ^3.1.15 → ^5.0.0
- @inquirer/input ^2.1.10 → ^4.0.0
- @inquirer/confirm ^2.1.10 → ^4.0.0
- log-symbols ^6.0.0 → ^7.0.0
- ora ^8.0.1 → ^8.1.0
- which ^4.0.0 → ^5.0.0
Bug Fixes
- test runner now exits with exit code 1 if a test fails (d3fe615)
- use helpCommand instead of addHelpCommand since deprecated (de4f3c2)
v0.5.1
0.5.1 (2024-06-21)
Bug Fixes
v0.5.0
0.5.0 (2024-01-09)
⚠ BREAKING CHANGES
- node: bump node to 18.19.0 (#103)
Bug Fixes
v0.4.2
0.4.2 (2023-12-19)
Features
- advanced: add support for tilde expansion (#96) (e8f8b9c)
v0.4.1
0.4.1 (2023-11-14)
Bug Fixes
- release constraint on npm version (0ee5f6b)
v0.4.0
0.4.0 (2023-11-09)
⚠ BREAKING CHANGES
- bump dependencies (#83)
- bump min node version to v18.18.0 (#83)
Bug Fixes
v0.3.4
0.3.4 (2023-09-11)
Bug Fixes
- gracefully handle CTRL-C in prompts (#50) (781fbd5)
v0.3.3
0.3.3 (2023-08-14)
Bug Fixes
v0.3.2
0.3.2 (2023-07-29)
Bug Fixes
- cursor not showing properly its updated position (#25) (11978cf)
v0.3.1
0.3.1 (2023-07-27)
Bug Fixes
- interactive prompt: skip advanced options when enable is false (#23) (75f089b)