We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd7783 commit 578d017Copy full SHA for 578d017
CHANGELOG.md
@@ -0,0 +1,23 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [2.0.0] - 2017-07-30
8
9
+### Changed
10
11
+- Specified version numbers for all dependencies, due to Chalk dropping support for older Node versions
12
13
+ 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.
14
15
+## [1.2.2] - 2016-06-29
16
17
18
19
+- Now passes the error back to GulpUtil.PluginError
20
21
+## [Older]
22
23
+I'm not going to go through the old history at this point.
Thanks @OverZealous. Really appreciate all your work on this module.
1 commit comments
jwhitmarsh commentedon Jul 11, 2017
Thanks @OverZealous. Really appreciate all your work on this module.