Skip to content

Latest commit

 

History

History
97 lines (59 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

97 lines (59 loc) · 1.9 KB

CHANGELOG

0.4.1

07/02/2021

New

  • Added info message to output showing current/new version and indicating dry-run state.

Fixed

  • Fixed package-lock bump to update "root" package version too.

0.4.0

07/02/2021

New

  • Bumping process now also updates package-lock.json, if it exists in your project.

Updated

  • Replaced yarn.lock with package-lock.json

0.3.3

05/13/2021

Fixed

  • Patched y18n and yargs-parser (dependabot)

0.3.2

05/11/2020

Updated

  • Added heading and date markup to changelog

0.3.1 - 02/12/2020

Fixed

  • Fix relative path to generator template

0.3.0 - 02/06/2020

New

  • Added --generate option for generating YAML files from the provided template.yml.
  • Added docs for YAML formatting and categories.
  • Added 'External' category for jargon-free changelog notes.

Updated

  • Added a better error message for missing changelog when version bumping.
  • Added date stamps when generating the header for CHANGELOG content.

0.2.1

Fixed

  • Added missing documentation for config locations.

0.2.0

New

  • Added documentation.
  • Added full dry-run support for full-file version bumps.

Updated

  • Updated package definition for publishing.

Fixed

  • Respect dry-run flag when bumping package.json.

0.1.1

Updated

  • Removed logit command from package until it's implemented.

Fixed

  • Fixed replacement count logic in version bumping feedback.

0.1.0

New

  • First pass