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.
2.0.3 - 2022-10-26
- upgrade dependencies to reduce security risk
- replaced
process.exit(0)
with simple return, otherwise package can't be used as dependency (since it exists the whole process, while control should stay at callee)
2.0.2 - 2020-10-05
- Changed
--check
error message to describe that headings under [Unreleased] should be at level 3 (###
)
- Allow
--init
to identify SSH links and URLs with scheme containing+
inrepository.url
2.0.1 - 2020-09-24
- Allow
--init
to identify URL inrepository.url
with any scheme, any domain name (e.g.www.
or without), and with suffix.git
or without
2.0.0 - 2020-09-23
- Command-line option
--init
to create a new changelog if it does not exist. - Command-line option
--check
to check if changelog has any changes under [Unreleased].
- [BREAKING CHANGE] Removed support for Node versions <= 8
1.1.0 - 2018-01-02
- Support for BitBucket
1.0.0 - 2017-12-12
- Unit tests
- Eslint
- Initial commit