07/02/2021
- Added info message to output showing current/new version and indicating dry-run state.
- Fixed
package-lock
bump to update "root" package version too.
07/02/2021
- Bumping process now also updates
package-lock.json
, if it exists in your project.
- Replaced
yarn.lock
withpackage-lock.json
05/13/2021
- Patched
y18n
andyargs-parser
(dependabot)
05/11/2020
- Added heading and date markup to changelog
Fixed
- Fix relative path to generator template
New
- Added
--generate
option for generating YAML files from the providedtemplate.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.
Fixed
- Added missing documentation for config locations.
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.
Updated
- Removed
logit
command from package until it's implemented.
Fixed
- Fixed replacement count logic in version bumping feedback.
New
- First pass