From 2955bbfb452c1487538d4219cdfc17bc9683c17f Mon Sep 17 00:00:00 2001 From: trickypr Date: Wed, 22 Sep 2021 12:24:50 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20a=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 1 + CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/.npmignore b/.npmignore index a4e1b12..24c7def 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ testing/ node_modules/ src/ +!template/src/ .prettierrc.json melon.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b4e41b9 --- /dev/null +++ b/CHANGELOG.md @@ -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