From 578d01790538e298cb83dc82ab4c19bcf30b3df4 Mon Sep 17 00:00:00 2001 From: Phil DeJarnett Date: Mon, 10 Jul 2017 11:37:18 -0400 Subject: [PATCH] Added a changelog, Closes #82 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..50937c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# 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). + +## [2.0.0] - 2017-07-30 + +### Changed + +- Specified version numbers for all dependencies, due to Chalk dropping support for older Node versions + + This may be a **breaking change** if you depend on a newer release of any dependency, so you can continue using 1.2.2 in that case. + +## [1.2.2] - 2016-06-29 + +### Changed + +- Now passes the error back to GulpUtil.PluginError + +## [Older] + +I'm not going to go through the old history at this point. \ No newline at end of file