Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Change categories are:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for once-stable features removed in upcoming releases.
  • Removed for deprecated features removed in this release.
  • Fixed for any bug fixes.
  • Security to invite users to upgrade in case of vulnerabilities.

1.0.3 - 2020-01-07

Fixed

  • Don't use destructuring, to support older versions of NodeJS.

1.0.2 - 2020-01-07

Fixed

  • Specify correct hashbang and chmod +x the file.

1.0.1 - 2020-01-07

Fixed

  • Alias of bin for use with npx, aka npx generate-passphrase-cli --words=10 now works.

1.0.0 - 2020-01-06

Added

  • Initial release with viable functionality.