Releases: haversnail/inquirer-date-prompt
Releases · haversnail/inquirer-date-prompt
v3.0.0
3.0.0 (2022-10-12)
Bug Fixes
- revert .releaserc to CommonJS (4834d54)
Code Refactoring
BREAKING CHANGES
- this package now uses native ES modules, which means this plugin will only work with inquirer v9 and above.
v2.0.1
2.0.1 (2021-05-13)
Bug Fixes
v2.0.0
2.0.0 (2021-03-08)
Bug Fixes
- Accessibility: swap up/down key bindings (119784d), closes #1
BREAKING CHANGES
- Accessibility: The key bindings for changing the value have been swapped. The up arrow key will now increment the current value, while the down arrow key will decrement the current value.