Skip to content

Releases: haversnail/inquirer-date-prompt

v3.0.0

12 Oct 15:27
Compare
Choose a tag to compare

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

13 May 21:49
Compare
Choose a tag to compare

2.0.1 (2021-05-13)

Bug Fixes

v2.0.0

08 Mar 15:25
Compare
Choose a tag to compare

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.