From c8f712b92f5c49de66ed36ac19d9619cb99ae51a Mon Sep 17 00:00:00 2001 From: Roger Andersen Date: Tue, 31 Jan 2017 12:48:11 +0100 Subject: [PATCH] feat: add changelog file --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7b09023 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## \[1.0.1\]: 2017-01-31 +### Changed +- NPM package now only contains the `src\` directory. + +## \[1.0.0\]: 2017-01-30 +### Added +- First package release.