changelog-version
Version:
Build tool to update CHANGELOG.md file with the version
41 lines (25 loc) • 635 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<!--
# [UNRELEASED]
## Added
## Changed
## Deprecated
## Removed
## Fixed
## Security
# v2.0.0 - 2020-07-15
## Changed
- Added support for node 10, 12 and 14
- Updated dev dependencies
## Deprecated
- **BREAKING** Drop support for node 4 and 7
# v1.0.1 - 2017-11-12
## Fixed
- Fix package.json path reference
# v1.0.0 - 2017-11-12
## Added
- First commit