📝 Add a changelog

This commit is contained in:
trickypr 2021-09-22 12:24:50 +10:00
parent 891b6354fa
commit 2955bbfb45
2 changed files with 22 additions and 0 deletions

View file

@ -1,6 +1,7 @@
testing/
node_modules/
src/
!template/src/
.prettierrc.json
melon.json

21
CHANGELOG.md Normal file
View file

@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Include `template/src/`
## [1.0.0-a.2] - 2014-05-31
### Added
- Initial beta release
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0-a.2...HEAD
[1.0.0-a.2]: https://github.com/dothq/melon/compare/v1.0.0-a.1...v1.0.0-a.2